MonobjcMonobjc Documented Class Library
NSTemporaryDirectory Method
NamespacesMonobjc.FoundationFoundationFrameworkNSTemporaryDirectory()()()()

Returns the path of the temporary directory for the current user.

Original signature is 'NSString * NSTemporaryDirectory (void);'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString NSTemporaryDirectory()
Public Shared Function NSTemporaryDirectory As NSString
public:
static NSString^ NSTemporaryDirectory()
Return Value
A string containing the path of the temporary directory for the current user. If no such directory is currently available, returns nil.
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.Foundation (Module: Monobjc.Foundation)