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`
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
StorageAccess Enumeration Reference