Function gix_features::fs::open_options_no_follow

source ·
pub fn open_options_no_follow() -> OpenOptions
Expand description

Prepare open options which won’t follow symlinks when the file is opened.

Note: only effective on unix currently.