zig/lib/std/os
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
..
bits std: add securebits definitions for linux 2020-09-11 22:32:23 +02:00
linux changed to opaque 2020-09-13 09:53:20 -07:00
uefi fix SimpleTextInputProtocol 2020-08-29 20:24:59 +03:00
windows Merge pull request #6246 from Vexu/field 2020-09-05 13:58:02 +03:00
bits.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
darwin.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dragonfly.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig std: add prctl definition for linux 2020-09-11 22:32:22 +02:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
test.zig Split the sync tests into sync and fsync 2020-09-03 09:52:26 +00:00
uefi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Add rename to std.fs API 2020-09-17 17:22:26 -04:00