ensurePathToNameExists

Ensure the root path (the path minus the name) of the provided path exists, and terminate the process if it doesn't.

extern (C++)
void
ensurePathToNameExists
(,
const(char)* name
)

Parameters

loc Loc

The line number information from where the call originates

name const(char)*

a path to check (the name is stripped)

Meta