Function mdblog::create_file [] [src]

pub fn create_file(path: &Path) -> Result<File>

create the file of path

if parent of path does not existed, create it first.