Function converted_path

Source
fn converted_path(src: &Path, ext: &str) -> PathBuf
Expand description

Where “Convert To…” writes: <stem>_converted.<ext> next to the source, uniquified so a convert can never overwrite the source itself or a file already on disk (possibly one the timeline is using).