Directories

data class Directories(val pathSpec: String) : PathSpec

A PathSpec representing directory(s).

This class is instantiated if the user specifies the path via the dir key.

PathSpec:
dir: String

Constructors

Link copied to clipboard
constructor(pathSpec: String)

Properties

Link copied to clipboard
open override val pathSpec: String

The path represented as a String.