FileName

case class FileName

The component of a path name according to the unix definition http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_267

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(other: FileName): DirectoryPath
Implicitly added by NameToDirPathSyntax
def /(other: FilePath): FilePath
def /(other: FileName): DirectoryPath
def |(other: FileName): FilePath
Implicitly added by NameToDirPathSyntax
def |(other: FileName): FilePath

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product