Skip to main content

reveal_recording_in_file_manager

Function reveal_recording_in_file_manager 

Source
pub fn reveal_recording_in_file_manager(path: String) -> Result<(), String>
Expand description

Open the OS file manager focused on the given recording file (M-EXPORT.4). macOS: open -R. Windows: explorer /select,. Linux: xdg-open <parent-dir> (no portable “select” verb).

§Errors

Returns the spawn error as a string when the file-manager binary isn’t on PATH.