Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getcwd
Method
getcwd
library/modules/Filesystem.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
std::filesystem::path Filesystem::getcwd ()
88
{
89
return std::filesystem::current_path();
90
}
91
92
bool Filesystem::restore_cwd ()
93
{
Callers
1
run-tests.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected