public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
public static String simplifyPath(String pathname)
These heuristics do not always match the behavior of the filesystem. In
particular, consider the path a/../b, which simplifyPath
will change to b. If a is a symlink to x, a/../b may refer to a sibling of x, rather than the sibling of
a referred to by b.
Copyright © 2014 Zanata Project. All Rights Reserved.