createFile

fun createFile(fileName: String): File

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

Return

the File in the base directory

Parameters

fileName

the name of the file for the PrintWriter