winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/os.locate.md
2024-09-24 14:54:57 +02:00

427 B
Vendored

Searches the Premake path for a file.

os.locate("file_name")

Parameters

file_name is file name for which to search. It may contain some path information, e.g xcode/xcode.lua.

Return Value

The full path to the file if found, or nil if the file could not be located.

Availability

Premake 5.0 or later.

See Also