Contents

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

true if the file was successfully opened; otherwise, false.

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