static let volumeIsAutomountedKey : URLResourceKey
Key for determining whether the volume is automounted, returned as a Boolean
NSNumber
object (read-only).
ボリュームが自動マウントされるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsBrowsableKey : URLResourceKey
Key for determining whether the volume is visible in GUI-based file-browsing environments, such as the Desktop or the Finder application, returned as a Boolean
NSNumber
object (read-only).
ボリュームがGUI基盤のファイルブラウジング環境、たとえばDesktopまたはFinderアプリケーションなどにおいて見ることができるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsEjectableKey : URLResourceKey
Key for determining whether the volume is ejectable from the drive mechanism under software control, returned as a Boolean
NSNumber
object (read-only).
ボリュームがドライブ機構からソフトウェア制御の下で取り出し可能であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsEncryptedKey : URLResourceKey
Whether the volume is encrypted, returned as
NSNumber
containing a Boolean value (read-only).
ボリュームが暗号化されるかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeIsInternalKey : URLResourceKey
Key for determining whether the volume is connected to an internal bus, returned as a Boolean
NSNumber
object, or nil
if it cannot be determined (read-only).
ボリュームが内部バスに接続されるかどうかを決定するためのキー、ブールのNSNumber
オブジェクトとして返されます、またはnil
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeIsJournalingKey : URLResourceKey
Key for determining whether the volume is currently journaling, returned as a Boolean
NSNumber
object (read-only).
ボリュームが現在はジャーナリングであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsLocalKey : URLResourceKey
Key for determining whether the volume is stored on a local device, returned as a Boolean
NSNumber
object (read-only).
ボリュームがローカルデバイス上に格納されるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsReadOnlyKey : URLResourceKey
Key for determining whether the volume is read-only, returned as a Boolean
NSNumber
object (read-only).
ボリュームが読み出し専用であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsRemovableKey : URLResourceKey
Key for determining whether the volume is removable from the drive mechanism, returned as a Boolean
NSNumber
object (read-only).
ボリュームがドライブ機構から取り外し可能であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。