MonobjcMonobjc Documented Class Library
FolderWithPath Method (path)
NamespacesMonobjc.DiscRecordingDRFolderFolderWithPath(NSString)

Creates a real folder object

Original signature is '+ (DRFolder*) folderWithPath:(NSString*)path'

Declaration Syntax
C#Visual BasicVisual C++
public static DRFolder FolderWithPath(
	NSString path
)
Public Shared Function FolderWithPath ( _
	path As NSString _
) As DRFolder
public:
static DRFolder^ FolderWithPath(
	NSString^ path
)
Parameters
path (NSString)
The path to an existing file.
Return Value
An autoreleased DRFolder object.
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.DiscRecording (Module: Monobjc.DiscRecording)