MCPcopy 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
66std::string get_current_directory()
67{
68 char buff[FILENAME_MAX];
69 _getcwd(buff, FILENAME_MAX);
70 return buff;
71}
72
73bool set_working_directory(const std::string & dir)
74{

Callers 1

scene_editor_appMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected