Global Variable グローバル変数

NSFileSystemFreeNodes

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

Declaration 宣言

const NSFileAttributeKey NSFileSystemFreeNodes;

Discussion 議論

The corresponding value is an NSNumber object that specifies the number of free nodes in the file system. 対応する値は、NSNumberオブジェクトで、ファイルシステムの中のフリーノード数を指定します。

See Also 参照

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