FileName

org.specs2.io.FileName
See theFileName companion class
object FileName

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FileName.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(uuid: UUID): FileName
def createFileName(fileName: Expr[String])(using Quotes): Expr[FileName]
def fileNameFromString(s: String): Either[String, FileName]

create a file name from a String

create a file name from a String

Attributes

def unsafe(s: String): FileName

Concrete fields

val isWindows: Boolean

Givens

Givens

given derived$CanEqual: CanEqual[FileName, FileName]

Implicits

Implicits

implicit inline def ToFileName(s: String): FileName

It is possible to create a FileName from a string provided it is well-formed

It is possible to create a FileName from a string provided it is well-formed

Attributes