Skip to main content

Module path_ops

Module path_ops 

Source
Expand description

Path utility implementations for the io module.

All path operations are synchronous and pure string manipulation, except resolve which calls fs::canonicalize.

Functions§

io_basename
io.basename(path) -> string
io_dirname
io.dirname(path) -> string
io_extension
io.extension(path) -> string
io_join
io.join(parts…) -> string
io_resolve
io.resolve(path) -> string (canonicalize)