Where to write application data
Warren Samples
warren at warrensweb.us
Wed Jun 5 23:01:38 EDT 2013
On 06/05/2013 09:40 PM, Devin Asay wrote:
> For Linux: No idea!
In general in Linux, user specific data will go into an invisible
directory with the application name, in the user's home directory. So,
you can do something like
put tData into URL "file:~/.myapp/the_data_file"
remembering that the tilde "~" is already a shortcut to a directory.
Warren
More information about the use-livecode
mailing list