zig/lib/std/fs
Ryan Liptak d42418d614 Replace shell32.SHGetKnownFolderPath usage with LOCALAPPDATA env var
Removes the dependency on shell32.dll. This is a stop gap solution until a proper SHGetKnownFolderPath Zig implementation is written
2023-11-23 01:11:53 -08:00
..
AtomicFile.zig std.fs.File: flatten struct 2023-11-22 15:24:57 -07:00
Dir.zig std.fs.File: flatten struct 2023-11-22 15:24:57 -07:00
File.zig std.fs.File: flatten struct 2023-11-22 15:24:57 -07:00
get_app_data_dir.zig Replace shell32.SHGetKnownFolderPath usage with LOCALAPPDATA env var 2023-11-23 01:11:53 -08:00
path.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
test.zig std.fs: extract Dir into separate file 2023-11-22 15:24:57 -07:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
watch.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00