Instance Property インスタンスプロパティ

regularFile

This property contains a boolean value that indicates whether the file wrapper object is a regular-file. このプロパティはブール値を含みます、それはファイルラッパーオブジェクトが通常ファイルかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isRegularFile) BOOL regularFile;

Discussion 議論

This property contains YES when the file wrapper object is a regular-file wrapper, otherwise it contains NO. Invocations of readFromURL:options:error: may change the value of this property if the type of the file on disk has changed. このプロパティは、ファイルラッパーオブジェクトが通常ファイルラッパーである場合はYESを含みます、そうでなければそれはNOを含みます。readFromURL:options:error:の発動は、このプロパティの値を変更するかもしれません、もしディスク上のファイルの型が変更されたならば。

See Also 参照

Querying File Wrappers ファイルラッパーに問い合わせる