Got delete working too. Now I need to spice it up a bit.
On Sat, May 18, 2013 at 12:00 AM, Shawn Blc <[email protected]> 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/test.txt") > > > On Fri, May 17, 2013 at 11:12 PM, Roger Eller <[email protected] > > wrote: > >> 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" <[email protected]> wrote: >> >> > How can I check the local machine to see if a file exists? >> > _______________________________________________ >> > 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 >> > >> _______________________________________________ >> 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 >> > > _______________________________________________ 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
