pub fn create_file<F: AsRef<Path>>(path: F)
Creates a file
use rpf::test; test::create_file("file.txt"); test::remove("file.txt");