This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
FileExists Method
Returns
True if a specified file exists;
False if it does not.
object.FileExists(filespec)
Arguments
- 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.
See Also
DriveExists Method | FolderExists Method
Applies To: FileSystemObject Object