Contents

fullPath(forApplication:)

Returns the full path for the specified app.

Declaration

func fullPath(forApplication appName: String) -> String?

Parameters

  • appName:

    The name of the app.

Return Value

The full path for the app, or nil if the specified app was not found.

Discussion

It is safe to call this method from any thread of your app.

See Also

Methods