Skip to main content

edited_export_path

Function edited_export_path 

Source
pub fn edited_export_path(
    output_dir: &Path,
    source: &Path,
    extension: &str,
) -> PathBuf
Expand description

Derive the export output path for source + format: alongside the recordings folder, named <source-stem>-edited.<ext> so it never clobbers the source recording. Pure (no I/O) for testability.