You are testing low level file operations. I am testing the saving of a 
Livecode stack. I don’t think this test applies.

Bob S


On Apr 6, 2020, at 9:28 AM, Richard Gaskin via use-livecode 
<use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote:

on mouseUp
 put the long seconds into t
 write "somedata" to url ("file:whatever")
 if the result is not empty then
    answer "Couldn't write file (" &sysError()&")"
    exit to top
 end if
 put the long seconds - t
end mouseUp

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to