Structureswift 6.0.1FoundationEssentials
FileAttributeKey
struct FileAttributeKey
struct FileAttributeKey
import FoundationEssentials
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(_ rawValue: 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 protectionKey: 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
typealias RawValue = String
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)