Microsoft® JScript FileSystem Property |
Language Reference Version 3 |
Returns the type of file system in use for the specified drive.
object.FileSystemThe object is always a Drive object.
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 03:44, local time: 2024/11/8 14:20,
3.142.54.202:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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! |
The Backwoods Guide to Computer Lingo |
.