Verifier la lisibité d'un fichier en java
Fermé
alffouss
Messages postés
125
Date d'inscription
mercredi 15 octobre 2008
Statut
Membre
Dernière intervention
20 novembre 2024
-
21 août 2009 à 12:06
Utilisateur anonyme - 21 août 2009 à 19:51
Utilisateur anonyme - 21 août 2009 à 19:51
A voir également:
- Verifier la lisibité d'un fichier en java
- Comment réduire la taille d'un fichier - Guide
- Fichier rar - Guide
- Comment ouvrir un fichier epub ? - Guide
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
1 réponse
Utilisateur anonyme
21 août 2009 à 19:51
21 août 2009 à 19:51
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