MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_SetWorkingDir

Function ddio_SetWorkingDir

ddio/winfile.cpp:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160void ddio_GetWorkingDir(char *path, int len) { GetCurrentDirectory(len, path); }
161
162bool ddio_SetWorkingDir(const char *path) { return (SetCurrentDirectory(path)) ? true : false; }
163
164bool ddio_FileDiff(const std::filesystem::path &path1, const std::filesystem::path &path2) {
165 struct _stat abuf, bbuf;

Callers 15

ddio_GetFullPathFunction · 0.70
mng_IsNetworkUpFunction · 0.50
FileDialogFunction · 0.50
SetInitialPathMethod · 0.50
OnOodscriptsMethod · 0.50
isdirectoryFunction · 0.50
OnSelchangeDirectoryMethod · 0.50
OnCreateClientMethod · 0.50
OnInitDialogMethod · 0.50
OnDestroyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected