Skip to main content

SYS_MKDIR

Constant SYS_MKDIR 

Source
pub const SYS_MKDIR: usize = 447; // 447usize
Expand description

Create a directory by path.

  • path_ptr: pointer to the directory path
  • path_len: length of the path
  • mode: permission mode (e.g., 0o755)