-
-
Notifications
You must be signed in to change notification settings - Fork 617
path.normalize
Jason Perkins edited this page May 30, 2015
·
3 revisions
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.
The normalized path.
Premake 5.0 or later.