FileUtils

object FileUtils extends FileUtils
Companion
class
trait FileUtils
trait FileUtils
class Object
trait Matchable
class Any

Value members

Inherited methods

def emptyCreate(dirName: String): Unit
Inherited from
FileUtils
def expandGlob(filePathWithGlob: String): IO[Seq[File]]
Inherited from
FileUtils
def getAsJson(filename: String): Json
Inherited from
FileUtils
def getFileAsJson(file: File): Json
Inherited from
FileUtils
def rscStream(s: String): BufferedSource
Inherited from
FileUtils
def slurpRsc(s: String): String
Inherited from
FileUtils
def write(location: String, contents: String): Unit
Inherited from
FileUtils