Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ get_initial_cwd
Method
get_initial_cwd
library/modules/Filesystem.cpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
std::filesystem::path Filesystem::get_initial_cwd ()
98
{
99
Filesystem::init();
100
return initial_cwd;
101
}
102
103
bool Filesystem::mkdir (std::filesystem::path path) noexcept
104
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected