openFile(_:)
Opens the specified file specified using the default app associated with its type.
Declaration
func openFile(_ fullPath: String) -> BoolParameters
- fullPath:
The full path to the file.
Return Value
Discussion
The sending app is deactivated before the request is sent.
It is safe to call this method from any thread in your app in macOS 10.6 and later.
See Also
Methods
open(_:options:configuration:)open(_:withApplicationAt:options:configuration:)openFile(_:withApplication:)openFile(_:withApplication:andDeactivate:)openFile(_:from:at:in:)launchApplication(_:)launchApplication(_:showIcon:autolaunch:)launchApplication(at:options:configuration:)performFileOperation(_:source:destination:files:tag:)fullPath(forApplication:)absolutePathForApplication(withBundleIdentifier:)launchApplication(withBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:)open(_:withAppBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifiers:)mountedRemovableMedia()mountedLocalVolumePaths()