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
constructor(pathName: String, leafFilename: String)

Construct a new StacksFilename.

Properties

Link copied to clipboard

The leaf (no path) name of the file

Link copied to clipboard

The relative path where the file exists.

Functions

Link copied to clipboard