MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / FileSystem_init

Function FileSystem_init

Tools/ToolsBootstrap.c:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341// Command execution
342int runCommand(const char* command);
343
344// Path and filesystem functions
345char* Path_join(const char* a, const char* b);
346int FileSystem_createDirectoryRecursive(const char* path);
347int FileSystem_createDirectory(const char* path);
348TimePoint FileSystem_getModificationTime(const char* path);
349int FileSystem_exists(const char* path);

Callers

nothing calls this directly

Calls 1

Path_initFunction · 0.85

Tested by

no test coverage detected