FileSystemProvider.DeleteIfExists(IPath) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un fichier s’il existe.
[Android.Runtime.Register("deleteIfExists", "(Ljava/nio/file/Path;)Z", "GetDeleteIfExists_Ljava_nio_file_Path_Handler", ApiSince=26)]
public virtual bool DeleteIfExists (Java.Nio.FileNio.IPath? path);
[<Android.Runtime.Register("deleteIfExists", "(Ljava/nio/file/Path;)Z", "GetDeleteIfExists_Ljava_nio_file_Path_Handler", ApiSince=26)>]
abstract member DeleteIfExists : Java.Nio.FileNio.IPath -> bool
override this.DeleteIfExists : Java.Nio.FileNio.IPath -> bool
Paramètres
- path
- IPath
chemin d’accès au fichier à supprimer
Retours
true
si le fichier a été supprimé par cette méthode ; false
si le fichier n’a pas pu être supprimé, car il n’existait pas
- Attributs
Remarques
Supprime un fichier s’il existe. Cette méthode fonctionne exactement de la manière spécifiée par la Files#deleteIfExists
méthode.
L’implémentation par défaut de cette méthode appelle #delete
simplement ignorer le NoSuchFileException
moment où le fichier n’existe pas. Elle peut être remplacée le cas échéant.
Documentation Java pour java.nio.file.spi.FileSystemProvider.deleteIfExists(java.nio.file.Path)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.