ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
FileName.canonicalName
dmd
root
filename
FileName
Return canonical version of name in a malloc'd buffer. 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
static functions
absolute
addExt
canonicalName
combine
defaultExt
ensurePathExists
equals
equalsExt
exists
ext
forceExt
free
name
path
removeExt
replaceName
safeSearchPath
searchPath
splitPath
toAbsolute
Return canonical version of name in a malloc'd buffer. This code is high risk.