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

 

VBScript FileSystemObject Object GetDriveName Method

Returns a string containing the name of the drive for a specified path.

Syntax: VBScript FileSystemObject Object GetDriveName Method

object.GetDriveName(path)

Arguments: VBScript FileSystemObject Object GetDriveName Method

object

The name of a FileSystemObject. Required.

path

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

Remarks: VBScript FileSystemObject Object GetDriveName Method

The GetDriveName method returns a zero-length string ("") if the drive can't be determined. On UNIX systems the GetDriveName method returns "/".

Note

The GetDriveName 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.