Enumeration of possible symlink types

Static variables

@:value(cast "dir")@:impl@:enumstaticinlineread onlyDir:SymlinkType = "dir"

@:value(cast "file")@:impl@:enumstaticinlineread onlyFile:SymlinkType = "file"

@:value(cast "junction")@:impl@:enumstaticinlineread onlyJunction:SymlinkType = "junction"