KSL

object KSL

Properties

Link copied to clipboard

the path to the default comma separated value file directory

Link copied to clipboard
val dbDir: Path

the path to the default database directory

Link copied to clipboard

the path to the default excel directory

Link copied to clipboard
val logger: KLogger

A global logger for logging

Link copied to clipboard

Should be used by classes to get the next constant so that unique constants can be used

Link copied to clipboard

Use with println(), but it goes to a file called kslOutput.txt

Link copied to clipboard

the path to the base directory

Link copied to clipboard

the path to the default file directory for plotting output

Functions

Link copied to clipboard
fun createFile(fileName: String): File

Makes a new file within the base directory with the given file name

Link copied to clipboard

Makes a new PrintWriter within the base directory with the given file name

Link copied to clipboard

Makes a Path to the named subdirectory within the base directory

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String