FileName.removeExt

Return file name without extension.

struct FileName
nothrow extern (C++) static
const(char)*
removeExt
(
const(char)* str
)

Parameters

str
Type: const(char)*

file name

Return Value

Type: const(char)*

mem.xmalloc'd filename with extension removed.

Meta