Edit

Share via


NSFileManager.GetAttributes Method

Definition

Overloads

GetAttributes(String)
GetAttributes(String, NSError)

GetAttributes(String)

public Foundation.NSFileAttributes GetAttributes (string path);
member this.GetAttributes : string -> Foundation.NSFileAttributes

Parameters

path
String

Returns

Applies to

GetAttributes(String, NSError)

public Foundation.NSFileAttributes GetAttributes (string path, out Foundation.NSError error);
member this.GetAttributes : string *  -> Foundation.NSFileAttributes

Parameters

path
String
error
NSError

Returns

Applies to