mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:21:54 -05:00
312 B
Vendored
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.