Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Tries to create a clean file system representation of a path.
path.normalize("path")
Normalization includes removing duplicate and trailing slashes, leading "./" sequences, and filtering out "../" sequences where possible.
path is the path to be normalized.
path
The normalized path.
Premake 5.0 or later.