ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
FileName.canonicalName
dmd
root
filename
FileName
Return canonical version of name. This code is high risk.
const
(
char
)*
canonicalName
(const(char)* name)
const
(
char
)[]
canonicalName
(const(char)[] name)
struct
FileName
nothrow extern (
D
) static
const
(
char
)[]
canonicalName
(
const
(
char
)[]
name
)
Meta
Source
See Implementation
dmd
root
filename
FileName
constructors
this
functions
opCast
toChars
toString
static functions
absolute
addExt
buildPath
canonicalName
combine
defaultExt
ensurePathExists
equals
equalsExt
exists
ext
forceExt
free
name
path
removeExt
replaceName
safeSearchPath
searchPath
splitPath
toAbsolute
Return canonical version of name. This code is high risk.