-
-
Notifications
You must be signed in to change notification settings - Fork 645
path.rebase
Jason Perkins edited this page May 30, 2015
·
3 revisions
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.