Mark Talluto wrote: > The first thing to check is permission access to that folder. > Have your program do a sample write to that location and get > the results.
That's too smart. For me that's the second thing I do, but when I do in addition to checking the result I also include a call to the sysError function so I can learn what the OS might be telling me.
The first thing I do is assume I mistyped the path, so I'll run something like this in the Message Box to double-check it:
answer file "Select your file:"; put it -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ____________________________________________________________________ [email protected] http://www.FourthWorld.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
