pub fn remove(path: &str) -> Result<()>
Removes a file from the file system.
Behavior on an open file is undefined at the OSAL level. Ensure the file is closed first.