Prop Filesystem
# ASP FileSystem Property
* * Complete Drive Object Reference Manual](#)
* * *
The FileSystem property returns the file system used by the specified drive.
This property can return one of the following values:
* FAT - Removable drives
* CDFS - CD-ROM drives
* FAT, FAT32, or NTFS - Hard drives on Windows 2000 or Windows NT
* FAT or FAT32 - Hard drives on Windows 9x
### Syntax
DriveObject.FileSystem
### Example
Output:
The file system in use is: NTFS
* * Complete Drive Object Reference Manual](#)
YouTip