Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddiakopoulos/polymer
/ get_current_directory
Function
get_current_directory
libraries/lib-polymer/src/util-win32.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
std::string get_current_directory()
67
{
68
char buff[FILENAME_MAX];
69
_getcwd(buff, FILENAME_MAX);
70
return buff;
71
}
72
73
bool set_working_directory(const std::string & dir)
74
{
Callers
1
scene_editor_app
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected