Mojo module
path
Implements Path
and related functions.
Aliases
DIR_SEPARATOR
alias DIR_SEPARATOR = "\\".__merge_with__["/", StringLiteral["/"]]() if CompilationTarget.is_windows[_current_target()]() else "/".__merge_with__["\\", StringLiteral["\\"]]()
Structs
-
Path
: The Path object.
Functions
-
cwd
: Gets the current directory.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!