MonobjcMonobjc Documented Class Library
NSOpenStepRootDirectory Method
NamespacesMonobjc.FoundationFoundationFrameworkNSOpenStepRootDirectory()()()()

Returns the root directory of the user’s system.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString NSOpenStepRootDirectory()
Public Shared Function NSOpenStepRootDirectory As NSString
public:
static NSString^ NSOpenStepRootDirectory()
Return Value
A string identifying the root directory of the user’s system.
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)