dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
FileName.equalsExt
dmd
root
filename
FileName
Return !=0 if extensions match.
bool
equalsExt
(const(char)* name, const(char)* ext)
bool
equalsExt
(const(char)[] name, const(char)[] ext)
bool
equalsExt
(const(char)* ext)
struct
FileName
extern (
C
++) nothrow const pure @
nogc
bool
equalsExt
(
const
(
char
)*
ext
)
Meta
Source
See Implementation
dmd
root
filename
FileName
constructors
this
static functions
absolute
addExt
canonicalName
combine
create
defaultExt
ensurePathExists
equals
equalsExt
exists
ext
findReservedChar
forceExt
free
name
path
refersToParentDir
removeExt
replaceName
searchPath
splitPath
toAbsolute
Return !=0 if extensions match.