wasix::lib_generated64

Function path_create_directory

Source
pub unsafe fn path_create_directory(fd: u32, path: &str) -> Result<(), Errno>
Expand description

Create a directory. Note: This is similar to mkdirat in POSIX.

ยงParameters

  • path - The path at which to create the directory.