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