ALPHA - Not yet released
Note: currently only supports .clj files.
Note: no explicit windowa support.
makejack.api.path
Path manipulation functions
path
(path path-like)(path parent child)(path parent child & more)Return a java.nio.file.Path, passing each argument to as-path.
Multiple-arg versions treat the first argument as parent and subsequent args as children relative to the parent.
path-with-extension
(path-with-extension path-like extension)Return the path with extension added to it. The extension is a string, including any required dot.
relative-to
(relative-to root)Return a function that will return its argument path relative to the given root.