MonobjcMonobjc Documented Class Library
MangledNameForFilesystem Method (filesystem)
NamespacesMonobjc.DiscRecordingDRFSObjectMangledNameForFilesystem(NSString)

Returns a single filesystem-specific name for the receiver, mangled for uniqueness.

Original signature is '- (NSString*)mangledNameForFilesystem:(NSString*)filesystem'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString MangledNameForFilesystem(
	NSString filesystem
)
Public Overridable Function MangledNameForFilesystem ( _
	filesystem As NSString _
) As NSString
public:
virtual NSString^ MangledNameForFilesystem(
	NSString^ filesystem
)
Parameters
filesystem (NSString)
The filesystem to set the name for.
Return Value
The name of the file mangled for filesystem constraints.
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)