Condividi tramite


NSFileManager.GetDirectoryContent Metodo

Definizione

Overload

GetDirectoryContent(String, NSError)
GetDirectoryContent(NSUrl, NSArray, NSDirectoryEnumerationOptions, NSError)

GetDirectoryContent(String, NSError)

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

Parametri

path
String
error
NSError

Restituisce

String[]
Attributi

Si applica a

GetDirectoryContent(NSUrl, NSArray, NSDirectoryEnumerationOptions, NSError)

[Foundation.Export("contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:")]
public virtual Foundation.NSUrl[] GetDirectoryContent (Foundation.NSUrl url, Foundation.NSArray properties, Foundation.NSDirectoryEnumerationOptions options, out Foundation.NSError error);
abstract member GetDirectoryContent : Foundation.NSUrl * Foundation.NSArray * Foundation.NSDirectoryEnumerationOptions *  -> Foundation.NSUrl[]
override this.GetDirectoryContent : Foundation.NSUrl * Foundation.NSArray * Foundation.NSDirectoryEnumerationOptions *  -> Foundation.NSUrl[]

Parametri

url
NSUrl
properties
NSArray

Da aggiungere.

Questo parametro può essere null.

error
NSError

Restituisce

NSUrl[]
Attributi

Si applica a