filespecdotext

Return string that is the dot and extension. The string returned is NOT mem_malloc'ed. Return pointer to the 0 at the end of filespec if dot isn't found. Return NULL if filespec is NULL.

extern (C++) nothrow @safe @trusted
char*
filespecdotext
(
const(char)* filespec
)

Meta