Package jodd.io
Class PathUtil
java.lang.Object
jodd.io.PathUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathUtil
public PathUtil()
-
-
Method Details
-
resolve
Resolves subpath in safer way. For some reason, if child starts with a separator it gets resolved as a full path, ignoring the base. This method acts different. -
resolve
-
readString
Reads path content.- Throws:
IOException
-
deleteFileTree
Deletes a directory recursively.- Throws:
IOException
-