void replace(String temporaryPath, String targetPath) { onEvent?.call(ApplyFileEvent.replace, targetPath); File(temporaryPath).renameSync(targetPath); }