av_basename

Thread safe basename. @param path the path, on DOS both \ and / are considered separators. @return pointer to the basename substring.

extern (C) @nogc nothrow
const(char)*
av_basename
(
const(char)* path
)

Meta