La comprobacion del path estaba hecha al reves :c

This commit is contained in:
Daniel Cortes
2019-01-19 16:55:27 -03:00
parent 0f3955ee34
commit 0d41e533c0
4 changed files with 93 additions and 118 deletions

View File

@@ -32,6 +32,7 @@ public class FileUtils {
try {
Paths.get(path);
} catch (InvalidPathException | NullPointerException ex) {
ex.printStackTrace();
return false;
}
return true;