pa_path_get_filename

Return a pointer to the filename inside a path (which is the last * component). If passed NULL will return NULL.

extern (C)
char*
pa_path_get_filename
(
const(char)* p
)

Meta