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)