mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
Using `FILE_DELETE_ON_CLOSE` can silently succeed without reporting any error on non-empty directory. This commit adds usage of NtSetInformationFile which will report `DIRECTORY_NOT_EMPTY`.