Constant lrs::file::flags::FILE_DONT_FOLLOW_LINKS

Don't follow symlinks during the opening process.

Syntax

const FILE_DONT_FOLLOW_LINKS: FileFlags = FileFlags(O_NOFOLLOW);

See also