ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
FileName.equalsExt
dmd
root
filename
FileName
bool
equalsExt
(
const
(
char
)*
name
,
const
(
char
)*
ext
)
struct
FileName
nothrow extern (
C
++) static pure @
nogc
bool
equalsExt
(
const
(
char
)*
name
,
const
(
char
)*
ext
)
bool
equalsExt
(
const
(
char
)[]
name
,
const
(
char
)[]
ext
)
bool
equalsExt
(
const
(
char
)*
ext
)
Return Value
Type:
bool
true
if
name
's extension is
ext
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