Crate open_file

Source
Expand description

Opening file in editor

§Usage

extern crate open_file;

fn main() {
    open_file::open(String::from("Cargo.toml"), Some(String::from("kate")));
}

Functions§

  • Function opens the file in the editor