Function create_file_and_put_contents

Source
pub fn create_file_and_put_contents(
    content_to_write: String,
    new_path: &String,
) -> Result<()>
Expand description

Creates a new file with the string replaced contents