Skip to main content

close_file_by_name

Function close_file_by_name 

Source
pub fn close_file_by_name(filename: &str) -> Result<()>
Expand description

Closes a file by its filename.

Only works if the name matches the one used to open the file.