openTempFile:
Opens the specified temporary file using the default app for its type.
Declaration
- (BOOL) openTempFile:(NSString *) fullPath;Parameters
- fullPath:
The full path to the temporary file.
Return Value
Discussion
The sending app is deactivated before the request is sent. Using this method instead of one of the openFile:... methods lets the receiving app know that it should delete the file when it no longer needs it. Currently provides the same functionality as openFile(_:).
See Also
Methods
open(_:options:configuration:)open(_:withApplicationAt:options:configuration:)openFile(_:)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:)findApplications