-
-
Notifications
You must be signed in to change notification settings - Fork 621
path.wildcards
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Converts from Premake's simple wildcard syntax to a corresponding Lua pattern.
p = path.wildcards("pattern")
pattern
is a file system path which may contain one more \*
(shallow match) or \*\*
(recursive match) sequences.
A Lua pattern string which is equivalent to the input pattern.
Premake 4.0 or later.