Output Directory
class OutputDirectory(outputDirectoryPath: Path = KSLFileUtil.programLaunchDirectory, outFileName: String = "out.txt")
This class provides basic context for creating and writing output files. Files and directories created by instances of this class will be relative to the Path supplied at creation.
Parameters
output Directory Path
the base output directory to use for writing text files relative to this OutputDirectory instance
out File Name
the name of the created text file related to property out