I want to open a file on a web site instead of my local disk. The following syntax does not appear to work although it's not throwing any sort of error either:
var f = new File("http://www.myweb.com/file.txt");
Any ideas?
var f = new File("http://www.myweb.com/file.txt");
Any ideas?
Comment