This commit is contained in:
anon
2025-01-26 15:52:04 +01:00
parent 39c6c00220
commit 1998885098

View File

@ -40,3 +40,5 @@ which are still being used.
## NOTES
The C++ `remove_all` returns the number of deleted files,
we instead copy the return value schema of POSIX (and `remove(3)`).
Currently only works under POSIX.