create_file

Function create_file 

Source
pub fn create_file<F: AsRef<Path>>(path: F)
Expand description

Creates a file

ยงExample

use rpf::test;

test::create_file("file.txt");
test::remove("file.txt");