As in the topic, is it possible to define a file using a source from the internet?
For example:
String path = “http://www.source.com/file.txt”;
File newFile = new File(“path”);
I tried it and it didn’t work. So what’s the prefix for a http path?
Thanks very much!