NSFileManager.GetDirectoryContent Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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[]
Parámetros
- path
- String
- error
- NSError
Devoluciones
String[]
- Atributos
Se aplica 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[]
Parámetros
- url
- NSUrl
- options
- NSDirectoryEnumerationOptions
- error
- NSError
Devoluciones
NSUrl[]
- Atributos