Description
String. Returns the drive letter of the drive on which the specified file or folder resides. Read-only.
Syntax
folder.drive
Example
f = new Folder("c:\\demo"); trace(f.drive); //output: c: