Skip to main content

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

Functions

  • cwd: Gets the current directory.

Was this page helpful?