|
-
July 2nd, 2007, 07:13 PM
#1
FileExists
How can I (gracefully ) check and handle (if it does not exist) that a file exists before opening it, without using FSO's?
FileExists Method
Description
Returns True if a specified file exists; False if it does not.
Syntax
object.FileExists(filespec)
The FileExists method syntax has these parts:
Part Description
object Required. Always the name of a FileSystemObject.
filespec Required. The name of the file whose existence is to be determined. A complete path specification (either absolute or relative) must be provided if the file isn't expected to exist in the current folder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|