Contents

symlinkNoFollowAny

If the path ends with a symbolic link, return information about the link itself. If any symbolic link is encountered during path resolution, return an error.

Declaration

static var symlinkNoFollowAny: Stat.Flags { get }

Discussion

The corresponding C constant is AT_SYMLINK_NOFOLLOW_ANY.