pub async fn delete_files_in_dir(
    context: &Context,
    path: impl AsRef<Path>
) -> Result<()>