pub const LOOKUPFLAGS_SYMLINK_FOLLOW: Lookupflags = 1 << 0; // 0x0000_0001u32
Expand description

As long as the resolved path corresponds to a symbolic link, it is expanded.