The Path property contains the path of the specified file, folder, or drive.
<html> <script language="JScript"> <!-- var drivePath = "C:"; var drive = fileSysObj.GetDrive(fileSysObj.GetDriveName(drivePath)); document.write("The path of drive C is ",drive.Path); --> </script> </html>