pub fn copy_from_sandbox( sandbox_dir: &Path, working_dir: &Path, relative_path: &str, ) -> Result<()>
Copy a file from a sandbox back to the live workspace, preserving relative paths.