winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/dofileopt.md

23 lines
467 B
Markdown
Raw Permalink Normal View History

2024-09-24 12:54:57 +00:00
Find and execute a Lua source file, but continue without error if the file is not present.
```lua
dofileopt("filename")
```
### Parameters ###
`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.
### Return Value ###
True if a file was found and executed, nil otherwise.
### Availability ###
Premake 5.0 or later.
### See Also ###
* [include](include.md)