PathOps

implicit
class PathOps(value: Path)

Extension methods for java.nio.file.Path

class Object
trait Matchable
class Any

Value members

Concrete methods

def /(child: String): Path

Resolves a child of the given path

Resolves a child of the given path

Value Params
child

The child's name

Returns

Returns the path to the given child