pub const SYS_RENAMEAT: usize = 465; // 465usizeExpand description
Rename or move a file between two directory FDs.
olddirfd: source directory FD (orAT_FDCWD)old_ptr: pointer to the source pathold_len: length of the source pathnewdirfd: destination directory FD (orAT_FDCWD)new_ptr: pointer to the destination pathnew_len: length of the destination path
Source and destination can be on different mount points (atomic if same FS).