Contents

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.

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