File exists

JB sundown at pacifier.com
Sat Apr 2 04:48:10 EDT 2016


If I open a file for read or write and the file does
not exist it will be created.  Is there a way to see
if the file exists before opening it?  I do not want
a file to be created if it does not exist.  I guess I
could check the creation date and if it was just
created then delete it but I was wondering if there
is a better way.

JB




More information about the use-livecode mailing list