Skip to main content

SYS_RENAME

Constant SYS_RENAME 

Source
pub const SYS_RENAME: usize = 448;
Expand description

Rename or move a file.

  • old_ptr: pointer to the old path
  • old_len: length of the old path
  • new_ptr: pointer to the new path
  • new_len: length of the new path

Atomic operation : either succeeds completely or fails.