Skip to main content

SYS_LINK

Constant SYS_LINK 

Source
pub const SYS_LINK: usize = 449;
Expand description

Create a hard link to an existing file.

  • old_ptr: pointer to the existing file path
  • old_len: length of the existing path
  • new_ptr: pointer to the new link path
  • new_len: length of the new path