| author | |
| committer | |
| log | 9238d125373a652a34e7d34636e237912d1350c0 |
| tree | 70ce545cdf283364cbb7787fbaa795c2636ae3c9 |
| parent | 0cfa39304b18c6a04689bd789f5dc4d035ec43b0 |
Fixes #78791 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+1| ... | ... | @@ -858,6 +858,7 @@ pub fn DeleteFile(sub_path_w: []const u16, options: DeleteFileOptions) DeleteFil |
| 858 | 858 | .SUCCESS => return CloseHandle(tmp_handle), |
| 859 | 859 | .OBJECT_NAME_INVALID => unreachable, |
| 860 | 860 | .OBJECT_NAME_NOT_FOUND => return error.FileNotFound, |
| 861 | .OBJECT_PATH_NOT_FOUND => return error.FileNotFound, | |
| 861 | 862 | .INVALID_PARAMETER => unreachable, |
| 862 | 863 | .FILE_IS_A_DIRECTORY => return error.IsDir, |
| 863 | 864 | .NOT_A_DIRECTORY => return error.NotDir, |