We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home > [Scripting Reference](Scripting Reference) > path.translate
The path.translate function converts the file separators in a path.
#!lua path.translate("path", "newsep")
path is the file system path to translate. newsep is the new path separator.
If newsep is nil, the native path separator for the current environment will be used.
The translated path.