La comprobacion del path estaba hecha al reves :c
This commit is contained in:
@@ -32,6 +32,7 @@ public class FileUtils {
|
||||
try {
|
||||
Paths.get(path);
|
||||
} catch (InvalidPathException | NullPointerException ex) {
|
||||
ex.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user