static let fileAllocatedSizeKey : URLResourceKey
Key for the total size allocated on disk for the file, returned as an
NSNumber
object (read-only).
ファイルに対してディスク上で割り当てられる合計サイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
struct URLFileProtection
Protection level values that can be associated with a URL resource key.
あるURLリソースキーと結びつけられることが可能な保護水準値それら。
static let fileResourceTypeKey : URLResourceKey
The resource’s object type, returned as an
NSString
object (read-only). See URLFileResourceType
for possible values.
リソースのもつオブジェクト型、NSString
として返されます(読み出し専用)。URLFileResourceType
を可能な値として見てください。
struct URLFileResourceType
Possible values for the
fileResourceTypeKey
key.
fileResourceTypeKey
キーに対する可能な値。
static let fileSecurityKey : URLResourceKey
The resource’s security information, returned as an
NSFileSecurity
object (read-write).
リソースのもつセキュリティ情報、NSFileSecurity
オブジェクトとして返されます(読み書き)。
static let fileSizeKey : URLResourceKey
Key for the file’s size in bytes, returned as an
NSNumber
object (read-only).
ファイルのもつバイト数での大きさに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
static let isAliasFileKey : URLResourceKey
Key for determining whether the file is an alias, returned as a Boolean
NSNumber
object (read-only).
ファイルがエイリアスであるかどうか判定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let isPackageKey : URLResourceKey
Key for determining whether the resource is a file package, returned as a Boolean
NSNumber
object (read-write in macOS 10.8 and later, read-only in previous versions). A true
value means that the resource is a file package.
リソースがファイルパッケージであるかどうか判定するためのキー、ブールのNSNumber
オブジェクトとして返されます(macOS 10.8以降では読み書き、前の版では読み出し専用)。true
は、リソースがファイルパッケージであることを意味します。
static let isRegularFileKey : URLResourceKey
Key for determining whether the resource is a regular file, as opposed to a directory or a symbolic link. Returned as a Boolean
NSNumber
object (read-only).
リソースが、ディレクトリまたはシンボリックリンクではなく、一般ファイルであるかどうか判定するためのキー。ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let preferredIOBlockSizeKey : URLResourceKey
The optimal block size to use when reading or writing this file's data, returned as an
NSNumber
object, or nil
if the preferred size is not available (read-only).
このファイルのもつデータを読み出しまたは書き出しする時に使うのに最善のブロックサイズ、NSNumber
オブジェクトとして返されます、またはnil
、もし好ましいサイズが利用可能でないならば(読み出し専用)。
static let totalFileAllocatedSizeKey : URLResourceKey
Key for the total allocated size of the file in bytes, returned as an
NSNumber
object (read-only). This includes the size of any file metadata.
バイト数でのファイルの合計割り当てサイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。
static let totalFileSizeKey : URLResourceKey
Key for the total displayable size of the file in bytes, returned as an
NSNumber
object (read-only). This includes the size of any file metadata.
バイト数でのファイルの表示に適した合計サイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。