Enumeration of possible symlink types

Variables

@:value(cast "dir")@:enum@:implinlineread onlyDir:SymlinkType = "dir"

@:value(cast "file")@:enum@:implinlineread onlyFile:SymlinkType = "file"

@:value(cast "junction")@:enum@:implinlineread onlyJunction:SymlinkType = "junction"