pub fn just_open_file(path: &Path) -> Result<File>
Expand description
just open file, not creating directories. will be create fail when directories is not exists
change by File::open method, File::open not write permission
just create file see just_create_file