Créer un objet de fichier Java

// creates an object of File using the path 
File file = new File(String pathName);
SAMER SAEID