NSString.PathWithComponents(String[]) Method

Definition

Constructs a path from the specified array of components.

[Foundation.Export("pathWithComponents:")]
public static string[] PathWithComponents (string[] components);
static member PathWithComponents : string[] -> string[]

Parameters

components
String[]

Returns

String[]
Attributes

Applies to