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

destinationOfSymbolicLinkAtPath:error:

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

Declaration 宣言

- (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path 
                                        error:(NSError * _Nullable *)error;

Parameters パラメータ

path

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

error

If an error occurs, upon return contains an NSError object that describes the problem. Pass NULL if you do not want error information. エラーが発生するならば、戻りでは、問題を記述するNSErrorオブジェクトを含みます。NULLをあなたがエラー情報を望まないならば渡してください。

Return Value 戻り値

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

Discussion 議論

See Also 参照

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