Enum CSLink
public enum CSLink
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| Directory | Symbolic link to directory. |
| File | Symbolic link to file. |
| Junction | Junction to directory. Usually junctions work like symbolic links, but there are differences when creating them:
Some programs interpret junctions differently. For example git adds the target directory. |
| JunctionOrSymlink | Junction to local directory or symbolic link to network directory. |