This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/path.normalize.md
2021-03-12 22:10:24 +01:00

386 B

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.

Parameters

path is the path to be normalized.

Return Value

The normalized path.

Availability

Premake 5.0 or later.