make_with

make_with(basepath) copy to clipboard

Make a new instance of PathConverter with giving a base path.

Both of POSIX path and HFS path can be accepted as an argument. The path form of the result from relative_path, absolute_path follows the form of the base path.

Also quoted form of a POSIX path can be accepted. When a quoted POSIX path is given, a result of relative_path and absolute_path will be a quoted POSIX path.

Parameters