Drive.Path : Drive : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » Drive »

 

Drive.Path







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>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» Drive