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

24 lines
312 B
Markdown
Raw Normal View History

2024-09-24 12:54:57 +00:00
Gets the current working directory.
```lua
cwd = os.getcwd()
```
### Parameters ###
None.
### Return Value ###
The full path to the current working directory.
### Availability ###
Premake 4.0 or later.
### See Also ###
* [os.chdir](os.chdir.md)
* [os.mkdir](os.mkdir.md)
* [os.realpath](os.realpath.md)