Initializer

init(resolvingAliasFileAt:options:)

Creates a URL that refers to the location specified by resolving an alias file. エイリアスファイルを解決することによって指定される場所を参照するURLを作成します。

Declaration 宣言

init(resolvingAliasFileAt url: URL, options: URL.BookmarkResolutionOptions = []) throws

Discussion 議論

If the url argument doesn’t refer to an alias file (as defined by the isAliasFileKey property), the returned URL is the same as the url argument. url引数がエイリアスファイルを(isAliasFileKeyプロパティによって定義されるように)参照しないならば、返されるURLはurl引数と同じです。

This method throws an error in the following cases: このメソッドは、以下の場合にエラーをスローします:

  • The url argument is unreachable. url引数が、到達可能でない。

  • The original file or directory is unknown or unreachable. オリジナルのファイルまたはディレクトリが、未知または到達不可である。

  • The original file or directory is on a volume that the system can’t locate or can’t mount. オリジナルのファイルまたはディレクトリが、そのシステムが位置を突き止めることができないまたはマウントできないボリューム上にある。

This method doesn’t support the withSecurityScope option. このメソッドは、withSecurityScopeオプションをサポートしません。

See Also 参照

Creating a URL by Resolving a Bookmark URLをブックマークを解決することによって作成する