NSString.AppendPaths(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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