FileUtils

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

Value members

Concrete methods

def emptyCreate(dirName: String): Unit
def expandGlob(filePathWithGlob: String): IO[Seq[File]]
def getAsJson(filename: String): Json
def getFileAsJson(file: File): Json
def write(location: String, contents: String): Unit

Inherited methods

def rscStream(s: String): BufferedSource
Inherited from
FileUtils
def slurpRsc(s: String): String
Inherited from
FileUtils