NSURLFileAllocatedSizeKey
Key for the total size allocated on disk for the file, returned as an
NSNumber
object (read-only).
ファイルに対してディスク上で割り当てられる合計サイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
NSURLFileProtectionType
Protection level values that can be associated with a URL resource key.
あるURLリソースキーと結びつけられることが可能な保護水準値それら。
NSURLFileResourceIdentifierKey
The resource’s unique identifier, returned as an
id
(read-only).
リソースのもつ固有の識別子、id
として返されます(読み出し専用)。
NSURLFileResourceTypeKey
The resource’s object type, returned as an
NSString
object (read-only). See NSURLFileResourceType
for possible values.
リソースのもつオブジェクト型、NSString
として返されます(読み出し専用)。NSURLFileResourceType
を可能な値として見てください。
NSURLFileResourceType
Possible values for the
NSURLFileResourceTypeKey
key.
NSURLFileResourceTypeKey
キーに対する可能な値。
NSURLFileSecurityKey
The resource’s security information, returned as an
NSFileSecurity
object (read-write).
リソースのもつセキュリティ情報、NSFileSecurity
オブジェクトとして返されます(読み書き)。
NSURLFileSizeKey
Key for the file’s size in bytes, returned as an
NSNumber
object (read-only).
ファイルのもつバイト数での大きさに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
NSURLIsAliasFileKey
Key for determining whether the file is an alias, returned as a Boolean
NSNumber
object (read-only).
ファイルがエイリアスであるかどうか判定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
NSURLIsPackageKey
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
は、リソースがファイルパッケージであることを意味します。
NSURLIsRegularFileKey
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
オブジェクトとして返されます(読み出し専用)。
NSURLTotalFileAllocatedSizeKey
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
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。
NSURLTotalFileSizeKey
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
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。