ENUM

PathType

If the option is a PATH option, the type of path the option accepts as values.

  • enum PathType {
  • # A contextual path that points to either a directory or a file.
  • EITHER
  • # A contextual path that points to a file.
  • FILE
  • # A contextual path that points to a directory.
  • DIRECTORY
  • # Not a path.
  • NOT_PATH
  • # A raw, operating-system dependent path on the realized filesystem.
  • RAW
  • }