FileNormalization will return absolute file.

This commit is contained in:
nathan 2017-07-29 21:42:37 +02:00
parent 88312df832
commit b129364ee0

View File

@ -1383,7 +1383,7 @@ class FileUtil {
return null; return null;
} }
return new File(asString); return new File(asString).getAbsoluteFile();
} }
/* /*