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

path(forAuxiliaryExecutable:)

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

Declaration 宣言

func path(forAuxiliaryExecutable executableName: String) -> String?

Parameters パラメータ

executableName

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

Return Value 戻り値

The full pathname of the executable executableName in the receiver’s bundle. レシーバの持つバンドルの中の実行可能なexecutableNameの完全パス名。

Discussion 議論

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

See Also 参照

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