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

Shawn Blc shawnlivecode at gmail.com
Sat May 18 01:00:14 EDT 2013


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
<roger.e.eller at sealedair.com>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" <shawnlivecode at gmail.com> wrote:
>
> > How can I check the local machine to see if a file exists?
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list