zig/lib/std/fs
Jakub Konka 8981b18fee Move delete file logic into windows.DeleteFile fn
This way, we can remove more `kernel32` calls such as `RemoveDirectoryW`
or `DeleteFileW`, and use `std.os.windows.DeleteFile` instead which
is purely NT-based.
2020-07-31 16:31:51 +02:00
..
file.zig Move delete file logic into windows.DeleteFile fn 2020-07-31 16:31:51 +02:00
get_app_data_dir.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
path.zig std.mem.dupe is deprecated, move all references in std 2020-07-04 21:40:06 +03:00
test.zig Add missing cross-platform Dir.readLink fns 2020-07-22 08:51:23 +02:00
wasi.zig Fix incorrect continue condition in PreopeonList 2020-07-12 21:02:33 +00:00
watch.zig Move delete file logic into windows.DeleteFile fn 2020-07-31 16:31:51 +02:00