FileHandler
object FileHandler
Object of FileHandler
Value members
Concrete methods
Creates a directory if not exists
Creates a directory if not exists
- Value parameters:
- filePath
a string with directory path
Read file from path
Read file from path
- Value parameters:
- filePath
a string with file path
- Returns:
a Try[String] with the file content