Skip to content

Added FileUtils.getResolvedPath()

Choose a tag to compare

@ScottBob ScottBob released this 17 Apr 21:49
· 271 commits to master since this release

When working with the file ./name.txt:

getAbsolutePath() will resolve this to /path/to/./name.txt

instead of the desired /path/to/name.txt.

getResolvedPath() solves this problem.