MonobjcMonobjc Documented Class Library
URLByAppendingPathComponent Method (pathComponent)
NamespacesMonobjc.FoundationNSURLURLByAppendingPathComponent(NSString)

Returns a new URL made by appending a path component to the original URL.

Original signature is '- (NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSURL URLByAppendingPathComponent(
	NSString pathComponent
)
Public Overridable Function URLByAppendingPathComponent ( _
	pathComponent As NSString _
) As NSURL
public:
virtual NSURL^ URLByAppendingPathComponent(
	NSString^ pathComponent
)
Parameters
pathComponent (NSString)
The path component to add to the URL.
Return Value
A new URL with pathComponent appended.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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