init(String)
Creates a file attribute key from a string.
ファイル属性キーをある文字列から作成します。
init(rawValue : String)
Creates a file attribute key from a raw value string.
ファイル属性キーをある生の値文字列から作成します。
Availability 有効性
Technology
struct FileAttributeKey, @unchecked Sendable
These keys are used with the methods listed in the Getting and Setting Attributes topic of File
.
これらのキーは、File
の属性の取得と設定の題目で一覧にされるメソッドで使われます。
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 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
struct FileManager.DirectoryEnumerationOptions
enum FileManager.SearchPathDirectory
struct FileManager.SearchPathDomainMask
struct FileAttributeType
struct FileProtectionType
struct URLFileProtection