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

symbolicLinkDestinationURL

The URL referenced by the file wrapper object, which must be a symbolic-link file wrapper. ファイルラッパーオブジェクトによって参照されるURL、それはシンボリックリンクファイルラッパーでなければなりません。

Declaration 宣言

@property(nullable, readonly, copy) NSURL *symbolicLinkDestinationURL;

Discussion 議論

This property may contain nil if the user modifies the symbolic link after you call readFromURL:options:error: or initWithURL:options:error: but before NSFileWrapper has read the contents of the link. Use the NSFileWrapperReadingImmediate reading option to reduce the likelihood of that problem. このプロパティは、ユーザがシンボリックリンクの修正を、あなたがreadFromURL:options:error:またはinitWithURL:options:error:を呼び出した後にしかしNSFileWrapperがそのリンクの内容を読み出し終える前にするならば、nilを含みます。NSFileWrapperReadingImmediate読み出しオプションを使って、その問題の可能性を減少させてください。

Special Considerations 特別な注意事項

This property raises NSInternalInconsistencyException if the file wrapper object is not a symbolic-link file wrapper. このプロパティは、NSInternalInconsistencyExceptionを引き起こします、もしファイルラッパーオブジェクトがシンボリックファイルラッパーでないならば。

See Also 参照

Accessing File-Wrapper Information ファイルラッパー情報にアクセスする