pub unsafe fn path_create_directory(fd: Fd, 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.