Compartir a través de


NSFileManager.SetAttributes Método

Definición

Sobrecargas

SetAttributes(NSFileAttributes, String)
SetAttributes(NSDictionary, String, NSError)

Intenta establecer los atributos del archivo en la ruta de acceso especificada, devolviendo éxito o error y estableciendo el parámetro error.

SetAttributes(NSFileAttributes, String, NSError)

SetAttributes(NSFileAttributes, String)

public bool SetAttributes (Foundation.NSFileAttributes attributes, string path);
member this.SetAttributes : Foundation.NSFileAttributes * string -> bool

Parámetros

attributes
NSFileAttributes
path
String

Devoluciones

Se aplica a

SetAttributes(NSDictionary, String, NSError)

Intenta establecer los atributos del archivo en la ruta de acceso especificada, devolviendo éxito o error y estableciendo el parámetro error.

[Foundation.Export("setAttributes:ofItemAtPath:error:")]
public virtual bool SetAttributes (Foundation.NSDictionary attributes, string path, out Foundation.NSError error);
abstract member SetAttributes : Foundation.NSDictionary * string *  -> bool
override this.SetAttributes : Foundation.NSDictionary * string *  -> bool

Parámetros

attributes
NSDictionary
path
String
error
NSError

Devoluciones

Atributos

Se aplica a

SetAttributes(NSFileAttributes, String, NSError)

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

Parámetros

attributes
NSFileAttributes
path
String
error
NSError

Devoluciones

Se aplica a