mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-26 02:12:45 -05:00
On Windows/ARM64 CreateFileW is no longer able to create directories using the flags FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_POSIX_SEMANTICS. The new FspCreateDirectoryFileW implements the same semantics and replaces the previous CreateFileW call.