Enums

The following enums are available globally.

  • The file type of an item in the local file system.

    See more

    Declaration

    Swift

    public enum FileType: Equatable, Hashable
  • What to do if trying to create a file or directory that already exists.

    See more

    Declaration

    Swift

    public enum AlreadyExistsOptions