Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript FileSystemObject Object GetParentFolderName Method

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

Syntax: VBScript FileSystemObject Object GetParentFolderName Method

object.GetParentFolderName(path)

Arguments: VBScript FileSystemObject Object GetParentFolderName Method

object

The name of a FileSystemObject. Required.

path

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

Remarks: VBScript FileSystemObject Object GetParentFolderName Method

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.