Files

data class Files(val pathSpec: String) : PathSpec

A PathSpec representing file(s).

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

PathSpec:
file: 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.