OutputDirectory

constructor(outDirName: String = "OutputDir", outFileName: String = "out.txt")

Creates a OutputDirectory with the current program launch directory with the base directory

Parameters

outDirName

the name of the directory within the current launch directory, default "OutputDir"

outFileName

the name of the created text file related to property out, default "out.txt"


constructor(outputDirectoryPath: Path = KSLFileUtil.programLaunchDirectory, outFileName: String = "out.txt")

Parameters

outputDirectoryPath

the base output directory to use for writing text files relative to this OutputDirectory instance

outFileName

the name of the created text file related to property out