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

destinationOfSymbolicLink(atPath:)

Returns the path of the item pointed to by a symbolic link. シンボリックリンクによって指し示される項目のパスを返します。

Declaration 宣言

func destinationOfSymbolicLink(atPath path: String) throws -> String

Parameters パラメータ

path

The path of a file or directory. ファイルまたはディレクトリのパス。

Return Value 戻り値

An NSString object containing the path of the directory or file to which the symbolic link path refers. If the symbolic link is specified as a relative path, that relative path is returned. それに対してシンボリックリンクpathが言及するディレクトリまたはファイルのパスを含んでいるNSStringオブジェクト。シンボリックリンクが相対パスとして指定されるならば、その相対パスが返されます。

Discussion 議論

See Also 参照

Creating Symbolic and Hard Links シンボリックおよびハードリンクを作成する