filespecaddpath

Combine path and filename to form a filespec. Input: path Path, with or without trailing / (can be NULL) filename Cannot be NULL

extern (C++) nothrow @safe @trusted
char*
filespecaddpath
(
const(char)* path
,
const(char)* filename
)

Return Value

Type: char*

filespec mem_malloc'd file specification NULL Out of memory

Meta