Retrieves a System.Shell.Folder object that represents the folder containing the specified file.
Syntax
oFolder = System.Shell.Folder.parse(strFilePath)
Parameters
| strFilePath |
Required.
String that specifies the name of the file.
|
Return Value
System.Shell.Folder object that represents the parent folder.
Applies To