StacksFilename

class StacksFilename(val pathName: String, val leafFilename: String)

A Stacks file name and relative path

Author

Richard Arriaga

Parameters

pathName

The relative path where the file exists.

leafFilename

The leaf (no path) name of the file

Constructors

Link copied to clipboard
fun StacksFilename(pathName: String, leafFilename: String)

Construct a new StacksFilename.

Functions

Link copied to clipboard
fun relativeFilePath(): String

Properties

Link copied to clipboard
val leafFilename: String

The leaf (no path) name of the file

Link copied to clipboard
val pathName: String

The relative path where the file exists.