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

url(forAuxiliaryExecutable:)

Returns the file URL of the executable with the specified name in the receiver’s bundle. レシーバの持つバンドルの中の、指定された名前を持つ実行可能ファイルのファイルURLを返します。

Declaration 宣言

func url(forAuxiliaryExecutable executableName: String) -> URL?

Parameters パラメータ

executableName

The name of an executable file. 実行可能ファイルの名前。

Return Value 戻り値

The file URL of the executable executableName in the receiver’s bundle. レシーバの持つバンドルの中の実行可能ファイルexecutableNameのファイルURL。

Discussion 議論

This method returns the appropriate path for modern application and framework bundles. This method may not return a URL for non-standard bundle formats or for some older bundle formats. このメソッドは、モダンなアプリケーションおよびフレームワークのバンドルに対して適切なパスを返します。これは、非標準バンドル形式に対するまたはいくつかのより古いバンドル形式に対するURLを返さないかもしれません。

See Also 参照

Getting the Standard Bundle Directories 標準バンドルディレクトリを取得する