NSString.AppendPaths(String[]) Method

Definition

Returns the array of strings created by appending this NSString to each of the specified input paths.

[Foundation.Export("stringsByAppendingPaths:")]
public virtual string[] AppendPaths (string[] paths);
abstract member AppendPaths : string[] -> string[]
override this.AppendPaths : string[] -> string[]

Parameters

paths
String[]

Returns

String[]
Attributes

Applies to