svm

Function version_path

source
pub fn version_path(version: &str) -> PathBuf
Expand description

Returns the path to a specific Solc version’s directory.

Note that this is not the path to the actual Solc binary file; use version_binary for that instead.

This is currently data_dir() / {version}.