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.
pub fn open_options_no_follow() -> OpenOptions
Prepare open options which won’t follow symlinks when the file is opened.
Note: only effective on unix currently.