NSFileManager.GetAttributes Método

Definición

Sobrecargas

GetAttributes(String)
GetAttributes(String, NSError)

GetAttributes(String)

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

Parámetros

path
String

Devoluciones

Se aplica a

GetAttributes(String, NSError)

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

Parámetros

path
String
error
NSError

Devoluciones

Se aplica a