Crear un objeto de archivo java

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