OsTool

io.github.quafadas.dairect.OsTool
trait OsTool

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def askForHelp(question: String): IO[String]
def createOrOverwriteFileInDir(dir: String, fileName: String, contents: Option[String]): IO[String]
def makeTempDir(dirPrefix: String): IO[String]

Creates a temporary directory on the local file system.

Creates a temporary directory on the local file system.

Attributes

def readTextFile(filePath: String): IO[String]