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

isRegularFile

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

Declaration 宣言

var isRegularFile: Bool { get }

Discussion 議論

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

See Also 参照

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