NSFileManager.Subpaths(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.
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