ensurePathToNameExists

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

void
ensurePathToNameExists
(,
const(char)[] name
)

Parameters

loc
Type: Loc

The line number information from where the call originates

name
Type: const(char)[]

a path to check (the name is stripped)

Meta