FileOps

caseapp.core.app.nio.FileOps
object FileOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FileOps.type

Members list

Value members

Concrete methods

def appendToFile(path: Path, content: String): Unit
def createDirectories(path: Path): Unit
def deleteIfExists(path: Path): Boolean
def exists(path: Path): Boolean
def homeDir: Path
def isRegularFile(path: Path): Boolean
def readEnv(varName: String): Option[String]
def readFile(path: Path): String
def writeFile(path: Path, content: String): Unit