Creates a directory relative to a directory.
fn mkdirat(dir: i32, file: &CStr, mode: u16) -> i32
| Name | Description |
|---|---|
| dir | The directory relative to which relative paths will be interpreted. |
| file | The path of the new directory. |
| mode | The mode of the new directory. |
Returns success or an error value.