MonobjcMonobjc Documented Class Library
FileSystemRepresentationWithPath Method (path)
NamespacesMonobjc.FoundationNSFileManagerFileSystemRepresentationWithPath(NSString)

Returns a C-string representation of a given path that properly encodes Unicode strings for use by the file system.

Original signature is '- (const char *)fileSystemRepresentationWithPath:(NSString *)path'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr FileSystemRepresentationWithPath(
	NSString path
)
Public Overridable Function FileSystemRepresentationWithPath ( _
	path As NSString _
) As IntPtr
public:
virtual IntPtr FileSystemRepresentationWithPath(
	NSString^ path
)
Parameters
path (NSString)
A file path.
Return Value
A C-string representation of path that properly encodes Unicode strings for use by the file 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)