av_dirname

Thread safe dirname. @param path the path, on DOS both \ and / are considered separators. @return the path with the separator replaced by the string terminator or ".". @note the function may change the input string.

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

Meta