file_8dot3name

For 16 bit programs, we need the 16 bit filename.

version(Windows)
extern (C++) nothrow @safe @trusted
char*
file_8dot3name
(
const char* filename
)

Return Value

Type: char*

malloc'd string, NULL if none

Meta