Function ajour_core::utility::remove_file[][src]

pub fn remove_file<P>(path: P) -> Result<()> where
    P: AsRef<Path>, 

Remove a file, retrying if the operation fails because of permissions

Will retry for ~30 seconds with longer and longer delays between each, to allow for virus scan and other automated operations to complete.