mirror of
https://github.com/ziglang/zig.git
synced 2026-02-04 05:33:39 +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`.