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

Method removeDirectoryRecursive

Libraries/FileSystem/FileSystem.cpp:1246–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246SC::Result SC::FileSystem::Operations::removeDirectoryRecursive(StringSpan path)
1247{
1248 SC_TRY_MSG(Internal::validatePath(path), "removeDirectoryRecursive: Invalid path");
1249 return Internal::removeDirectoryRecursiveInternal(path.getNullTerminatedNative());
1250}
1251
1252SC::Result SC::FileSystem::Operations::Internal::copyDirectoryRecursive(const wchar_t* source,
1253 const wchar_t* destination,

Callers

nothing calls this directly

Calls 4

MakeDeferredFunction · 0.85
removeDirectoryRecursiveFunction · 0.85
ResultClass · 0.50
ErrorEnum · 0.50

Tested by

no test coverage detected