mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[Feature Request] Check if output folder exists and create it if it doesn't already #806
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Whovian9369 on GitHub (Sep 15, 2021).
Check and fill as appropriate:
Detailed Description
Check if output folder exists and create it if it doesn't already.
As an example, currently when dumping an image to
OutputFolder/Dump.aarufwhere OutputFolder doesn't already exist, Aaru throws an error as it's unable to writeOutputFolder/Dump.logsince folder does not already exist.Context
It's important for me as I often forget to create the directory before attempting to dump with Aaru, which ends up not working due to folder not being created by application.
Known documentation
N/A