On Apr 5, 2005, at 12:02 PM, J. Landman Gay wrote:

If I do this on Win98 it works:

get pathToMyFile() -- returns "C:/My Documents/myfile.txt"
open file it
write "1234" to file it
close file it

But if I do this, I get "can't open file":

get pathToMyFile()
put "1234" into url ("file://"&it)

Why?

I don't think you are supposed to have the "//" after "file:" are you?


-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to