NSFileManager.Subpaths(String) Method

Definition

An array of strings representing the paths to all items at the specified path.

[Foundation.Export("subpathsAtPath:")]
public virtual string[] Subpaths (string path);
abstract member Subpaths : string -> string[]
override this.Subpaths : string -> string[]

Parameters

path
String

Returns

String[]
Attributes

Applies to