diff --git a/README.md b/README.md index afb7a16..10ac47a 100644 --- a/README.md +++ b/README.md @@ -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.