PathOps

io.github.vigoo.prox.path.`package`.PathOps
implicit class PathOps(value: Path)

Extension methods for java.nio.file.Path

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(child: String): Path

Resolves a child of the given path

Resolves a child of the given path

Value parameters

child

The child's name

Attributes

Returns

Returns the path to the given child