Enumeration of possible symlink types
@:value(cast "dir")@:enum@:implinlineread onlyDir:SymlinkType = "dir"
@:value(cast "file")@:enum@:implinlineread onlyFile:SymlinkType = "file"
@:value(cast "junction")@:enum@:implinlineread onlyJunction:SymlinkType = "junction"