See Also Applies To
Description
Returns the type of file system in use for the specified drive.
Syntax
object.FileSystem
The object is always a Drive object.
Remarks
Available return types include FAT, NTFS, and CDFS.
The following code illustrates the use of the FileSystem property:
function ShowFileSystemType( )
{
var fs,d, s;
fs = new ActiveXObject("Scripting.FileSystemObject");
d = fs.GetDrive("e:");
s = d.FileSystem;
window.alert(s);
}
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js208.htm,
2KB, , updated: 1997年9月30日 04:44, local time: 2025年9月26日 05:43,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://massmind.org/Techref/inet/iis/jscript/htm/js208.htm"> FileSystem Property</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.