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