[][src]Function wasi::path_create_directory

pub unsafe fn path_create_directory(fd: Fd, path: &str) -> Result<()>

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

Parameters

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