Note that pathToCombine must be a relative path. For example, /foo/bar/ joined with biz/somefile.txt would yield /foo/bar/biz/somefile.txt. @throws InvalidPathException If the base path is a file path. @param pathToCombine Path to combine with this path. @return Combined path.
|
|