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

Extension method from org.specs2.io

It is possible to create a DirPath or FilePath, starting from a string "tmp" </> "dir"

It is possible to create a DirPath or FilePath, starting from a string "tmp" </> "dir"

def /(other: FilePath): FilePath
def /(other: FileName): DirectoryPath
def |: FilePath
Extension method from org.specs2.io

It is possible to create a DirPath or FilePath, starting from a string "tmp" </> "dir"

It is possible to create a DirPath or FilePath, starting from a string "tmp" </> "dir"

def |(other: FileName): FilePath

Inherited methods

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