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

symbolicLinkDestinationURL

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

Declaration 宣言

var symbolicLinkDestinationURL: URL? { get }

Discussion 議論

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

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 ファイルラッパー情報にアクセスする