StructureFoundation5.9.0
FileAttributeKey
struct FileAttributeKey
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
init(String
) init(rawValue: String
) static let appendOnly: FileAttributeKey
static let busy: FileAttributeKey
static let creationDate: FileAttributeKey
static let deviceIdentifier: FileAttributeKey
static let extensionHidden: FileAttributeKey
static let groupOwnerAccountID: FileAttributeKey
static let groupOwnerAccountName: FileAttributeKey
static let hfsCreatorCode: FileAttributeKey
static let hfsTypeCode: FileAttributeKey
static let immutable: FileAttributeKey
static let modificationDate: FileAttributeKey
static let ownerAccountID: FileAttributeKey
static let ownerAccountName: FileAttributeKey
static let posixPermissions: FileAttributeKey
static let referenceCount: FileAttributeKey
static let size: FileAttributeKey
static let systemFileNumber: FileAttributeKey
static let systemFreeNodes: FileAttributeKey
static let systemFreeSize: FileAttributeKey
static let systemNodes: FileAttributeKey
static let systemNumber: FileAttributeKey
static let systemSize: FileAttributeKey
static let type: FileAttributeKey
let rawValue: String