Skip to content

Fix generation of temporary files

Naida Goro requested to merge fix/generation-of-temporary-files into develop

Added a condition to delete finalPath if it already exists. This ensures that fs::rename won’t fail due to an existing file at the destination (e.g., on Windows systems).

Merge request reports

Loading