realbasic-nug
[Top] [All Lists]

Re: checking for existing file

To: realbasic-nug at lists dot realsoftware dot com
Subject: Re: checking for existing file
From: Robert Carroll <robc at total dot net>
Date: Wed, 26 Apr 2006 08:15:01 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20060425224900 dot AD5A9121C193 at lists dot realsoftware dot com>
Thanks John & Charles.

Rob

Message: 12
Subject: Re: checking for existing file
From: John Jobe <myrblistbox at comcast dot net>
Date: Tue, 25 Apr 2006 17:10:47 -0500

boolean=folderitem.exists


Message: 13
Subject: Re: checking for existing file
From: Charles Yeomans <charles at declareSub dot com>
Date: Tue, 25 Apr 2006 18:11:28 -0400

I prefer FolderItem.Exists.  Given a parent and a file name, you can
do the following.

If parent.child(fileName) <> nil and parent.child(fileName).Exists then

Charles Yeomans

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>