NSFileManager.GetDirectoryContent 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.
Overloads
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[]
Parameters
- path
- String
- error
- NSError
Returns
String[]
- Attributes
Applies to
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[]
Parameters
- url
- NSUrl
- options
- NSDirectoryEnumerationOptions
- error
- NSError
Returns
NSUrl[]
- Attributes