Initializerswift 6.0.3FoundationEssentials
init(rawValue:)
init(rawValue: String)
init(rawValue: String)
s20FoundationEssentials16FileAttributeKeyV8rawValueACSS_tcfc
What are these?5GCXM
import FoundationEssentials
struct FileAttributeKey
@frozen struct String
A Unicode string value that is a collection of characters.
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