Send delete file in time

Bill Vlahos bvlahos at mac.com
Mon May 10 16:19:28 EDT 2010


I want to delete a file on disk but not do it immediately. If I just issue the "delete file..." command it works right away.
delete file "Folder/temp/" & originalFileName  -- Works

How do I issue the command to delete it in 20 seconds? If I issue the following it gets a compiler error "missing a comma near the to".
send delete file "Folder/temp/" & originalFileName to this stack in 20 seconds -- Gets a compiler error

Bill Vlahos
_________________
InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.




More information about the use-livecode mailing list