MCPcopy 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
97std::filesystem::path Filesystem::get_initial_cwd ()
98{
99 Filesystem::init();
100 return initial_cwd;
101}
102
103bool Filesystem::mkdir (std::filesystem::path path) noexcept
104{

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected