MonobjcMonobjc Documented Class Library
OpenTempFile Method (fullPath)
NamespacesMonobjc.AppKitNSWorkspaceOpenTempFile(NSString)

Opens the specified temporary file using the default application for its type. (Deprecated in Mac OS X v10.6.)

Original signature is '- (BOOL)openTempFile:(NSString *)fullPath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6.")]
public virtual bool OpenTempFile(
	NSString fullPath
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6.")> _
Public Overridable Function OpenTempFile ( _
	fullPath As NSString _
) As Boolean
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6.")]
public:
virtual bool OpenTempFile(
	NSString^ fullPath
)
Parameters
fullPath (NSString)
The full path to the temporary file.
Return Value
YES if the file was successfully opened; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)