mirror of
https://github.com/ziglang/zig.git
synced 2026-02-09 19:10:48 +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`.