Создать объект файла Java
// 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);