MCPcopy Create free account
hub / github.com/LabSound/LabSound / PrintCurrentDirectory

Function PrintCurrentDirectory

examples/src/ExamplesCommon.h:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#ifdef _MSC_VER
35#include <windows.h>
36std::string PrintCurrentDirectory()
37{
38 char buffer[MAX_PATH] = {0};
39 GetCurrentDirectory(MAX_PATH, buffer);
40 return std::string(buffer);
41}
42#endif
43
44struct labsound_example

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected