Arbortext Command Language > Functions by Alphabetical Listing > file_system
  
file_system
file_system ([path])
 
This function returns a string which identifies the type of file system containing the file specified by path.The return value is "fat" if the path name specifies a DOS file system, "ntfs" if a Windows file system, and so on. If path is omitted, the current working directory is used.