Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-18 Thread Shawn Blc
Got delete working too. Now I need to spice it up a bit. On Sat, May 18, 2013 at 12:00 AM, Shawn Blc wrote: > Thank you Mr. Eller. How about delete file from remote server? > > I have this, but not working. Can't find anything on nabble. > > *delete* URL ("http://someSubDomain.on-rev.com

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
Thank you Mr. Eller. How about delete file from remote server? I have this, but not working. Can't find anything on nabble. *delete* URL ("http://someSubDomain.on-rev.com/test.txt";) On Fri, May 17, 2013 at 11:12 PM, Roger Eller wrote: > You need to know the path, but it's as easy as: >

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Roger Eller
You need to know the path, but it's as easy as: if there is a file "c:/test.txt" then answer "file exists" else answer" file doesn't exist" end if ~Roger On May 17, 2013 11:54 PM, "Shawn Blc" wrote: > How can I check the local machine to see if a file exists? > ___

[BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
How can I check the local machine to see if a file exists? ___ 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-