Function create

Source
pub fn create(path: &str) -> Result<(), ErrorStatus>
Expand description

Creates the file with the path path

see syscreate_file for underlying syscall