Function atomic_file::delete_file

source ·
pub async fn delete_file(filepath: &PathBuf) -> Result<(), Error>
Expand description

delete_file will delete the atomic file at the given filepath. This will delete both the .atomic_file and the .atomic_file_backup