Product SiteDocumentation Site

8.26. SysFileSystemType (Windows only)


>>-SysFileSystemType(drive)------------------------------------><

Returns the name of the file system used for a drive. If the drive is not accessible, it returns a null string ("").
Parameter:
drive
The drive of interest, for example "C:".

Example 8.12. RexxUtil - SysFilesystemtype

/* Code */
say "File System="SysFileSystemType("C:")
/* Output */
File System=NTFS