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

Method fsRemoveFile

Libraries/Await/Await.cpp:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087}
1088
1089AwaitFileSystemOperationAwaiter AwaitEventLoop::fsRemoveFile(ThreadPool& threadPool, StringSpan path)
1090{
1091 return AwaitFileSystemOperationAwaiter(*this, threadPool, AwaitFileSystemOperationType::RemoveFile, path);
1092}
1093
1094AwaitProcessExitAwaiter AwaitEventLoop::processExit(FileDescriptor::Handle process, AwaitProcessExitResult& outResult)
1095{

Callers 1

Tested by 1