Enum SymlinkFollowMode
Determines how symlinks are followed.
public enum SymlinkFollowMode
Fields
ALWAYS = 1
Materialize all symlinks, whether they are internal or external to the source directory.
BLOCK_EXTERNAL = 3
Forbids source from having any symlinks pointing outside of the source tree.
EXTERNAL = 2
Only follows symlinks that are external to the source directory.
NEVER = 0
Never follow symlinks.