Source

class Source(val sourcePath: Path) : Iterable<Path>

Constructors

Link copied to clipboard
constructor(path: String, relativeTo: Path)
constructor(sourcePath: Path)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun cd(dir: String): Source
Link copied to clipboard
fun dirs(pattern: String? = null): List<Path>
Link copied to clipboard
fun entries(pattern: String? = null): List<Path>
Link copied to clipboard
fun files(pattern: String? = null): List<Path>
Link copied to clipboard
open operator override fun iterator(): Iterator<Path>
Link copied to clipboard
fun path(filename: String): Path
Link copied to clipboard
fun text(filename: String): <Error class: unknown class>