filename_extension

Cut out extension of filename or filepath. If ext is null, then return length that require for store extension.

extern (C) pure nothrow @nogc
int
filename_extension
(
char* ext
,
const(char)* path
)

Meta