radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Create a directory for output/tmp if the user entered a directory path that doesn't exist #66

Closed adulbrich closed 8 months ago

adulbrich commented 8 months ago

by @shantimorrell

Currently, the directory corresponding to the path the user selected for the tmp directory must already exist. We could check to see if the directory exists, and if not, create a directory at the path they specified.

It would be good to create that directory only when executing the pipeline for the first time, not upon saving in the settings

adulbrich commented 8 months ago

Seems there's a Tauri command that recursively creates all folders specified?

shantimorrell commented 8 months ago

This has been implemented in the branch _batchprocessing.