Skip to main content

SYS_SYMLINK

Constant SYS_SYMLINK 

Source
pub const SYS_SYMLINK: usize = 450; // 450usize
Expand description

Create a symbolic link.

  • target_ptr: pointer to the target path (what the link points to)
  • target_len: length of the target path
  • link_ptr: pointer to the link path (where the link is created)
  • link_len: length of the link path