FileSystem.GetDrive() (Method)

A method that returns a drive object from the file system.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Drive object
JavaScript syntax:IEmyFileSystem.GetDrive(aName)
Argument list:aNameThe name of a drive in the file system

Given a path within the file system, this method returns an object representing the drive containing that path.

See also:Drive object