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

312 B
Vendored

Gets the current working directory.

cwd = os.getcwd()

Parameters

None.

Return Value

The full path to the current working directory.

Availability

Premake 4.0 or later.

See Also