Output Directory
Creates a OutputDirectory with the current program launch directory with the base directory
Parameters
out Dir Name
the name of the directory within the current launch directory, default "OutputDir"
out File Name
the name of the created text file related to property out, default "out.txt"
constructor(outputDirectoryPath: Path = KSLFileUtil.programLaunchDirectory, outFileName: String = "out.txt")
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