openFile(_:from:at:in:)
Opens a file using the default app for its type and animates the action using a custom icon.
Declaration
func openFile(_ fullPath: String, from image: NSImage?, at point: NSPoint, in view: NSView?) -> BoolParameters
- fullPath:
The full path to the file.
- image:
The icon for the file.
- point:
The point in
aViewat which to display the icon. - view:
The view in which to display the icon.
Return Value
Discussion
Use of this method is discouraged. The method currently provides the same behavior as the openFile(_:) method. The Finder provides an animation before opening the file to give the user feedback that the file is to be opened. To provide this animation, anImage should contain an icon for the file, and its image should be displayed at point, specified in the coordinates of aView.
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(_:)openFile(_:withApplication:)openFile(_:withApplication:andDeactivate:)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()