FileSystemType
public enum FileSystemType
Represents the type of the file system on which an archive or container was created. File system determines the meaning of file attributes.
-
FAT filesystem.
Declaration
Swift
case fat
-
Filesystem of older Macintosh systems.
Declaration
Swift
case macintosh
-
NTFS.
Declaration
Swift
case ntfs
-
Other/unknown file system.
Declaration
Swift
case other
-
One of many file systems of UNIX-like OS.
Note
Modern macOS systems also fall into this category.Declaration
Swift
case unix