pub fn resolve_console_save_dir(
save_sync: &SaveSyncConfig,
base_save_dir: &Path,
platform_id: u64,
platform_fs_slug: Option<&str>,
platform_slug: Option<&str>,
) -> Result<PathBuf, DownloadError>Expand description
Resolve the directory where save files for a console should be stored.