Ext

Represents a file extension.

Constructors

this
this(string extension)

Main constructor.

Members

Functions

opCast
T opCast()

Convert to bool

opCmp
int opCmp(ref const Ext other)
int opCmp(Ext other)
int opCmp(string other)
opEquals
int opEquals(Ext other)

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensitive, then call filenameCmp instead.

opEquals
int opEquals(ref const Ext other)
int opEquals(string other)

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensitive, then call filenameCmp instead.

toRawString
string toRawString()

No longer needed. Use Ext.toString() instead.

toString
string toString()

Convert to string.

Meta