dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.21k stars 661 forks source link

Fix SetFileAttributes behavior for memfs sample #1062

Closed nikola-sh closed 2 years ago

nikola-sh commented 2 years ago

Fixes issue that SetFileAttributes(..., FILE_ATTRIBUTE_NORMAL) can clean attributes prohibited to clean, for example, FILE_ATTRIBUTE_DIRECTORY . See SetFileAttributesW documentation.

Checklist

Changes proposed in this pull request:

Liryna commented 2 years ago

Thanks @nikola-sh for reporting the issue and directly providing a pull request! Very appreciated! 🏆 Sorry for the delay