cginternals / cppfs

Cross-platform C++ file system library supporting multiple backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why there's no support for file permissions on Windows?

xahon opened this issue · comments

commented

unsigned long LocalFileHandle::permissions() const
{
return 0ul;
}