Drive.FileSystem : Drive : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » Drive »

 

Drive.FileSystem







The FileSystem property contains the type of file system used by the specified drive.












<html>
    <script language="JScript">
    <!--
    var drivePath = "C:";
    var fileSysObj = new ActiveXObject("Scripting.FileSystemObject");

    var drive = fileSysObj.GetDrive(fileSysObj.GetDriveName(drivePath));

    document.write("Drive ",drivePath," uses the ");
    document.write(drive.FileSystem," file system.");
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» Drive