pub fn safe_open_options(
path: &Path,
allow_symlinks: bool,
) -> Result<OpenOptions>Expand description
Safely opens a file with custom options
pub fn safe_open_options(
path: &Path,
allow_symlinks: bool,
) -> Result<OpenOptions>Safely opens a file with custom options