MonobjcMonobjc Documented Class Library
InitWithPath Method (node)
NamespacesMonobjc.AppKitNSFileWrapperInitWithPath(NSString)

Initializes a file wrapper instance whose kind is determined by the type of file-system node located by the path. (Deprecated in Mac OS X v10.6. Use initWithURL:options:error: instead.)

Original signature is '- (id)initWithPath:(NSString *)node'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use initWithURL:options:error: instead.")]
public virtual Id InitWithPath(
	NSString node
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use initWithURL:options:error: instead.")> _
Public Overridable Function InitWithPath ( _
	node As NSString _
) As Id
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. Use initWithURL:options:error: instead.")]
public:
virtual Id^ InitWithPath(
	NSString^ node
)
Parameters
node (NSString)
Pathname of the file-system node the file wrapper is to represent.
Return Value
File wrapper for node.
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)