MonobjcMonobjc Documented Class Library
URLByStandardizingPath Property
NamespacesMonobjc.FoundationNSURLURLByStandardizingPath

Returns a new URL that points to the same resource as the original URL and is an absolute path.

Original signature is '- (NSURL *)URLByStandardizingPath'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSURL URLByStandardizingPath { get; }
Public Overridable ReadOnly Property URLByStandardizingPath As NSURL
	Get
public:
virtual property NSURL^ URLByStandardizingPath {
	NSURL^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)