Product Site

8.21. SysFileSystemType (Windows only)

Returns the type of file system (e. g. FAT or NTFS) used on a drive. Returns the null string if the drive is not accessible.

Parameter:
drive

A drive specification like d:\ or \\share\path. If omitted, the current drive is used.
Example 8.12. RexxUtil — SysFileSystemType
say SysFileSystemType("C:\")    -- NTFS