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!

GetFolder Method

Returns a Folder object corresponding to the folder in a specified path.

object.GetFolder(folderspec)

Arguments

object
Required. Always the name of a FileSystemObject.
folderspec
Required. The folderspec is the path (absolute or relative) to a specific folder.

Remarks

An error occurs if the specified folder does not exist.

See Also

FolderExists Method | GetAbsolutePathName Method | GetBaseName Method | GetDrive Method | GetDriveName Method | GetExtensionName Method | GetFile Method | GetFileName Method | GetParentFolderName Method | GetSpecialFolder Method | GetTempName Method | MoveFolder MethodApplies To: FileSystemObject Object