Need Help Getting LiveCode Server to Write to a File
Gregory Lypny
gregory.lypny at videotron.ca
Thu Nov 14 10:55:34 EST 2013
Thank you, Devin,
Works like a charm. Hadn't used the double-period (..) for file paths for a long time. Next item on the agenda will be to learn about externals. Mathematica code can be saved in C, so I’d like to explore an external that generates Mathematica plots for insertion into a LiveCode stack.
Thanks again,
Gregory Lypny
Finance Department
John Molson School of Business
Concordia University
On Thu, Nov 14, 2013, at 4:53 AM, use-livecode-request at lists.runrev.com wrote:
> Something like this should work then:
>
> put "foo" into url "file:../Share/httpd/myfile.txt"
>
> Just use .. to backtrack up the directory structure from the default folder.
>
> Devin
More information about the use-livecode
mailing list