StorageAccess

@objc(FSStorageAccess)
public enum StorageAccess : UInt, CustomStringConvertible

Represents the storage access to a file.

  • Private storage access.

    Declaration

    Swift

    case `private`
  • Public storage access.

    Declaration

    Swift

    case `public`

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }