pub fn create(path: &str) -> Result<(), ErrorStatus>Expand description
Creates the file with the path path
see syscreate_file for underlying syscall
pub fn create(path: &str) -> Result<(), ErrorStatus>Creates the file with the path path
see syscreate_file for underlying syscall