FileSystem read-only
property Returns a string with the file system name
Syntax:
variable = object.FileSystem
Examples:
Dim sf,drv
Set sf = Server.CreateObject("newObjects.utilctls.SFMain")
Set drv = sf.GetDrive("C")
Response.Write "File system on drice C is:" &
sf.FileSystem
Remarks:
The file system names returned include NTFS, FAT etc.
Applies to: SFDrive object
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|