PathOps

implicit class PathOps(path: Path)
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(child: Path): Path
See also:

Path.resolve

def /(child: String): Path
See also:

Path.resolve

def extension: String

Returns this file's extension or empty string if no extension is found.

Returns this file's extension or empty string if no extension is found.