Function get_site_file_by_path_name

Source
pub async fn get_site_file_by_path_name(
    configuration: &Configuration,
    site_id: &str,
    file_path: &str,
) -> Result<PathBuf, Error<GetSiteFileByPathNameError>>