⚙️ Backend (Electron)utilselectron/utils/fsSafeOpsfunctionsFunction: renameIfExists()On this pageFunction: renameIfExists() renameIfExists(sourcePath: string, targetPath: string): Promise<void> Defined in: electron/utils/fsSafeOps.ts:8 Best-effort file rename that treats a missing source as a no-op. Parameters sourcePath string targetPath string Returns Promise<void>