FileName

object FileName
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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

def unsafe(s: String): FileName

Concrete fields

val isWindows: Boolean

Givens

Givens

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