Instance Property
インスタンスプロパティ
directory
This property contains a boolean value indicating whether the file wrapper is a directory file wrapper.
このプロパティはブール値を含みます、ファイルラッパーがディレクトリファイルラッパーかどうかを指し示しています。
Declaration
宣言
@property(readonly, getter=isDirectory) BOOL directory;
Discussion
議論
This property will contain YES when the file wrapper is a directory file wrapper, otherwise it contains NO.
このプロパティは、ファイルラッパーがディレクトリである場合はYESを含みます、そうでなければそれはNOを含みます。
See Also
参照
Querying File Wrappers
ファイルラッパーに問い合わせる
regularFile
This property contains a boolean value that indicates whether the file wrapper object is a regular-file.
このプロパティはブール値を含みます、それはファイルラッパーオブジェクトが通常ファイルかどうかを指し示します。
symbolicLink
A boolean that indicates whether the file wrapper object is a symbolic-link file wrapper.
ブール値、それはファイルラッパーオブジェクトがシンボリックリンクファイルラッパーかどうかを指し示します。