diff --git a/bin/dam/daw/com/es/HolaFichero.class b/bin/dam/daw/com/es/HolaFichero.class index 521c9ae..fd2276f 100644 Binary files a/bin/dam/daw/com/es/HolaFichero.class and b/bin/dam/daw/com/es/HolaFichero.class differ diff --git a/src/dam/daw/com/es/HolaFichero.java b/src/dam/daw/com/es/HolaFichero.java index 20b216b..aee8965 100644 --- a/src/dam/daw/com/es/HolaFichero.java +++ b/src/dam/daw/com/es/HolaFichero.java @@ -40,24 +40,7 @@ public class HolaFichero { if (!fwindows.exists()) { fwindows.createNewFile(); } - System.out.println("Fichero creado en Windows."); - - - // check if the fwindows exists - boolean exists = fwindows.exists(); - if(exists == true) - { - // printing the permissions associated with the file - System.out.println("Executable: " + fwindows.canExecute()); - System.out.println("Readable: " + fwindows.canRead()); - System.out.println("Writable: "+ fwindows.canWrite()); - } - else - { - System.out.println("File not found."); - } - } public void CreoFicheroLinux() throws IOException {