MCPcopy 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
87std::filesystem::path Filesystem::getcwd ()
88{
89 return std::filesystem::current_path();
90}
91
92bool Filesystem::restore_cwd ()
93{

Callers 1

run-tests.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected