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

Method fsRemoveEmptyDirectory

Libraries/Await/Await.cpp:1084–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084AwaitFileSystemOperationAwaiter AwaitEventLoop::fsRemoveEmptyDirectory(ThreadPool& threadPool, StringSpan path)
1085{
1086 return AwaitFileSystemOperationAwaiter(*this, threadPool, AwaitFileSystemOperationType::RemoveEmptyDirectory, path);
1087}
1088
1089AwaitFileSystemOperationAwaiter AwaitEventLoop::fsRemoveFile(ThreadPool& threadPool, StringSpan path)
1090{

Callers 1

Tested by 1