Instance Property
インスタンスプロパティ
isSymbolicLink
A boolean that indicates whether the file wrapper object is a symbolic-link file wrapper.
ブール値、それはファイルラッパーオブジェクトがシンボリックリンクファイルラッパーかどうかを指し示します。
Declaration
宣言
var isSymbolicLink: Bool
{ get }
Discussion
議論
This property contains true
when the file wrapper object is a symbolic-link file wrapper, false
otherwise.
このプロパティは、true
をファイルラッパーオブジェクトがシンボリックリンクファイルラッパーである場合に、そうでなければfalse
を含みます。
Invocations of read(from:options:)
may change the value contained by this property, if the type of the file on disk has changed.
read(from:options:)
の発動は、このプロパティによって含まれる値を、ディスク上のファイルの型が変更されたならば、変更するかもしれません。
See Also
参照
Querying File Wrappers
ファイルラッパーに問い合わせる
var isRegularFile: Bool
This property contains a boolean value that indicates whether the file wrapper object is a regular-file.
このプロパティはブール値を含みます、それはファイルラッパーオブジェクトが通常ファイルかどうかを指し示します。
var isDirectory: Bool
This property contains a boolean value indicating whether the file wrapper is a directory file wrapper.
このプロパティはブール値を含みます、ファイルラッパーがディレクトリファイルラッパーかどうかを指し示しています。