Partager via


NSFileManager.Remove Méthode

Définition

Surcharges

Remove(String, NSError)
Remove(NSUrl, NSError)

Tente de supprimer l’élément à l’URL spécifiée, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur.

Remove(String, NSError)

[Foundation.Export("removeItemAtPath:error:")]
public virtual bool Remove (string path, out Foundation.NSError error);
abstract member Remove : string *  -> bool
override this.Remove : string *  -> bool

Paramètres

path
String

À ajouter.

Ce paramètre peut être null.

error
NSError

Retours

Attributs

S’applique à

Remove(NSUrl, NSError)

Tente de supprimer l’élément à l’URL spécifiée, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur.

[Foundation.Export("removeItemAtURL:error:")]
public virtual bool Remove (Foundation.NSUrl url, out Foundation.NSError error);
abstract member Remove : Foundation.NSUrl *  -> bool
override this.Remove : Foundation.NSUrl *  -> bool

Paramètres

url
NSUrl

À ajouter.

Ce paramètre peut être null.

error
NSError

Retours

Attributs

S’applique à