A voir également:
- Verifier la lisibité d'un fichier en java
- Comment réduire la taille d'un fichier - Guide
- Fichier bin - Guide
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel - Télécharger - Jeux vidéo
- Comment ouvrir un fichier epub ? - Guide
1 réponse
salut,
java.io
Classe File, méthode canRead()
canRead
public boolean canRead()Tests whether the application can read the file denoted by this abstract pathname.
Returns:
true if and only if the file specified by this abstract pathname exists and can be read by the application; false otherwise
Cordialement,
Dan
java.io
Classe File, méthode canRead()
canRead
public boolean canRead()Tests whether the application can read the file denoted by this abstract pathname.
Returns:
true if and only if the file specified by this abstract pathname exists and can be read by the application; false otherwise
Cordialement,
Dan