path

object path

Provides nicer-named methods for manipulating paths.

class Object
trait Matchable
class Any
path.type

Extensions

Extensions

extension (self: Path)
final def fileName: String
final def isReadable: Boolean
final def listFiles(includeIf: Path => Boolean): Option[Vector[Path]]
final def readLines(trimEach: Boolean, excludeIfEmpty: Boolean): Option[Vector[String]]