-
-
Notifications
You must be signed in to change notification settings - Fork 621
dofileopt
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Find and execute a Lua source file, but continue without error if the file is not present.
dofileopt("filename")
fname
is the name of the file to load. This may be specified as a single file path or an array of file paths, in which case the first file found is run.
True if a file was found and executed, nil otherwise.
Premake 5.0 or later.