premake/website/docs/os.getcwd.md
2021-03-12 22:10:24 +01:00

312 B

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