Previous PageNext Page

8.10.20 GetParentFolderName Method

Returns a string containing the name of the parent folder of the last component in a specified path.
 

Syntax

object.GetParentFolderName(path)

Arguments

object
The name of a FileSystemObject. Required.
path
The path specification for the component whose parent folder name is to be returned. Required.

Remarks

The GetParentFolderName method returns a zero-length string ("") if there is no parent folder for the component specified in the path argument.
 

Note

The GetParentFolderName method works only on the provided path string. It does not attempt to resolve the path, nor does it check for the existence of the specified path.


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page