-
-
Notifications
You must be signed in to change notification settings - Fork 621
path.rebase
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Takes a path which is relative to one location and makes it relative to another location instead.
path.rebase("relative_path", "old_base", "new_base")
relative_path
is a file system path, specified relative to old_base
, which is to be rebased.
new_base
is the location from which it should be made relative.
A relative path from new_base.
Premake 5.0 or later.