Erstellen Sie ein Java -Dateiobjekt
// creates an object of File using the path
File file = new File(String pathName);
SAMER SAEID
// creates an object of File using the path
File file = new File(String pathName);