>>-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:
The drive of interest, for example "C:".
Example:
/* Code */
say "File System="SysFileSystemType("C:")
/* Output */
File System=NTFS