filename_base

Cut out base string of filename from filepath. If base is null, then return length that require for store base name.

extern (C) pure nothrow @nogc
int
filename_base
(
char* base
,
const(char)* path
)

Meta