FileName.equalsExt

Return !=0 if extensions match.

  1. bool equalsExt(const(char)* name, const(char)* ext)
  2. bool equalsExt(const(char)[] name, const(char)[] ext)
  3. bool equalsExt(const(char)* ext)
    struct FileName
    nothrow extern (C++) const pure @nogc
    bool
    equalsExt
    (
    const(char)* ext
    )

Meta