Skip to main content

remove

Function remove 

Source
pub fn remove(path: &str) -> Result<()>
Expand description

Removes a file from the file system.

Behavior on an open file is undefined at the OSAL level. Ensure the file is closed first.