pub fn create_file<P: AsRef<Path>>(path: P) -> Result<File, FileError>
Note: creates all intermediary directories if needed.