Instance Method インスタンスメソッド

symbolicLinkDestination()

Provides the pathname referenced by the file wrapper object, which must be a symbolic-link file wrapper. ファイルラッパーオブジェクト、それはシンボリックリンクファイルラッパーである必要があります、によって参照されるパス名を提供します。

Declaration 宣言

func symbolicLinkDestination() -> String

Return Value 戻り値

Pathname the file wrapper references (the destination of the symbolic link the file wrapper represents). ファイルラッパーが参照するパス名(ファイルラッパーが表すシンボリックリンクの行き先)。

Discussion 議論

Beginning with OS X v10.6, the preferred method of referring to files is with a file:// URL. Therefore, this method has been deprecated in favor of symbolicLinkDestinationURL. OS X v10.6からは、ファイル参照の優先メソッドは、file:// URLを使います。したがって、symbolicLinkDestinationURLの方を支持して、このメソッドは非推奨となっています。

This method raises NSInternalInconsistencyException if the receiver is not a symbolic-link file wrapper. このメソッドは、レシーバがシンボリックリンクファイルラッパーでないならば、NSInternalInconsistencyExceptionを引き起こします。

See Also 参照

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