package scalabook.path class PathWrapper(path: String) { def p = Path(path) def up = Path.UnixPath(path) }