FileSystemType
public enum FileSystemType
Represents type of the file system on which an archive or container was created. File system determines 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
View on GitHub
FileSystemType Enumeration Reference