FileName

org.specs2.io.FileName
See theFileName companion object
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

Attributes

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

Members list

Concise view

Value members

Concrete methods

def /(other: FileName): DirectoryPath
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"

Attributes

def /(other: FilePath): FilePath
def /(other: FileName): DirectoryPath
def |(other: FileName): 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"

Attributes

def |(other: FileName): FilePath

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product