NSFileManager.GetDirectoryContent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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[]
Paramètres
- path
- String
- error
- NSError
Retours
String[]
- Attributs
S’applique à
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[]
Paramètres
- url
- NSUrl
- options
- NSDirectoryEnumerationOptions
- error
- NSError
Retours
NSUrl[]
- Attributs