[][src]Crate open_file

Opening file in editor

Usage

extern crate open_file;

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

Functions

open

Function opens the file in the editor