Function: ensureDirectoryAndResolveRealPath()
function ensureDirectoryAndResolveRealPath(args: {
directoryPath: string;
notDirectoryMessage: string;
}): Promise<string>;
Defined in: electron/utils/fsSafeOps.ts:10
Ensures a validated directory exists and returns its canonical real path.
Parameters
args
directoryPath
string
notDirectoryMessage
string
Returns
Promise<string>