ENUM
UNIXPath.PathType
Contents
- Cases
absoluterelativerelativeToRoot
swift
public enum PathTypeCases
absolute
swift
case absoluteAbsolute file path. Always has prefix '/'
relative
swift
case relativeRelative file path. Never has prefix '/' or '@/'
relativeToRoot
swift
case relativeToRootRelative to root file path. Always has prefix '@/'
