Can't open file

Trevor DeVore lists at mangomultimedia.com
Tue Apr 5 15:25:47 EDT 2005


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
trevor at mangomultimedia.com



More information about the use-livecode mailing list