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

symbolicLink

A boolean that indicates whether the file wrapper object is a symbolic-link file wrapper. ブール値、それはファイルラッパーオブジェクトがシンボリックリンクファイルラッパーかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isSymbolicLink) BOOL symbolicLink;

Discussion 議論

This property contains YES when the file wrapper object is a symbolic-link file wrapper, NO otherwise. このプロパティは、YESをファイルラッパーオブジェクトがシンボリックリンクファイルラッパーである場合に、そうでなければNOを含みます。

Invocations of readFromURL:options:error: may change the value contained by this property, if the type of the file on disk has changed. readFromURL:options:error:の発動は、このプロパティによって含まれる値を、ディスク上のファイルの型が変更されたならば、変更するかもしれません。

See Also 参照

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