Skip to main content

script_delete

Function script_delete 

Source
pub fn script_delete(
    basenames: &[String],
    base_path: &Path,
    original_pwd: &Path,
) -> Vec<String>
Expand description

script_delete (try.rb:1434-1439): cd into the base, test -d guard per basename, then restore the original PWD with a base-path fallback.