NSFileManager.GetDirectoryContentRecursive(String, NSError) Method

Definition

[Foundation.Export("subpathsOfDirectoryAtPath:error:")]
public virtual string[] GetDirectoryContentRecursive (string path, out Foundation.NSError error);
abstract member GetDirectoryContentRecursive : string *  -> string[]
override this.GetDirectoryContentRecursive : string *  -> string[]

Parameters

path
String
error
NSError

Returns

String[]
Attributes

Applies to