Function fsutils::create_file[][src]

pub fn create_file(path: &str) -> bool

Creates a file and returns a boolean based on success or failure.

Usage:

assert_eq!(fsutils::create_file("the_file"), true);