Global Variable グローバル変数

NSFileSystemNumber

The key in a file system attribute dictionary whose value indicates the filesystem number of the file system. ファイルシステム属性辞書の中のキー、それの値はファイルシステムのファイルシステムナンバーを指し示します。

Declaration 宣言

const NSFileAttributeKey NSFileSystemNumber;

Discussion 議論

The corresponding value is an NSNumber object that specifies the filesystem number of the file system. The value corresponds to the value of st_dev, as returned by stat(2). 対応する値は、NSNumberオブジェクトで、ファイルシステムの中のファイルシステム数を指定します。値はst_devの値に対応します、stat(2)によって返される通り。

See Also 参照

Accessing File Attributes ファイル属性にアクセスする