Function: removePathBestEffort()
function removePathBestEffort(filePath: string): Promise<void>;
Defined in: electron/utils/fsSafeOps.ts:72
Best-effort path removal for cleanup code.
Parameters
filePath
string
Returns
Promise<void>
function removePathBestEffort(filePath: string): Promise<void>;
Defined in: electron/utils/fsSafeOps.ts:72
Best-effort path removal for cleanup code.
string
Promise<void>