NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FolderExists Method

Returns True if a specified folder exists; False if it does not.

object.FolderExists(folderspec) 

Arguments

object
Required. Always the name of a FileSystemObject.
folderspec
Required. The name of the folder whose existence is to be determined. A complete path specification (either absolute or relative) must be provided if the folder isn't expected to exist in the current folder.

See Also

DriveExists Method | FileExists MethodApplies To: FileSystemObject Object