-
-
Notifications
You must be signed in to change notification settings - Fork 620
os.executef
starkos edited this page Apr 10, 2021
·
4 revisions
This wiki is no longer being maintained.
Execute a system command, just like os.execute()
, but accepting a format string and values as arguments.
os.executef("format", ...)
format
is a printf-style formatting string (see Lua's string.format() for examples), followed by a corresponding list of values for token substitution.
The return value of the executed command.
Premake 5.0 or later.