Enums
The following enums are available globally.
-
The file type of an item in the local file system.
See moreDeclaration
Swift
public enum FileType: Equatable, Hashable
-
What to do if trying to create a file or directory that already exists.
See moreDeclaration
Swift
public enum AlreadyExistsOptions
-
Undocumented
See more