zig/lib/std/fs
Ryan Liptak 5e3fa0e94f Add rename to std.fs API
- Moves fs.rename functions to fs.renameAbsolute to match other functions outside of fs.Dir
- Adds fs.Dir.rename that takes two paths relative to the given Dir
- Adds fs.rename that takes two separate Dir's that the given paths are relative to (for renaming across directories without having to make the second path relative to a single directory)
- Fixes FileNotFound error return in std.os.windows.MoveFileExW
- Returns error.RenameAcrossMountPoints from renameatW
  + Matches the RenameAcrossMountPoints error return in renameatWasi/renameatZ
2020-09-17 17:22:26 -04:00
..
file.zig std.fs.File: fix typo in writeFileAll 2020-09-10 18:53:20 -07:00
get_app_data_dir.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
path.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
test.zig Add rename to std.fs API 2020-09-17 17:22:26 -04:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
watch.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00