Ensure all OS file operation exceptions are properly caught and displayed
While the OS directory creation is surrounded by a try/catch, many other operations within the script are not. This ticket serves to address that bit of error checking to increase the robustness of it.
This issue has been addressed by the most recent commit 4e96d3c. The script should be much better now at handling corrupted data present in the directory/filename fields.
Ensure all OS file operation exceptions are properly caught and displayed
While the OS directory creation is surrounded by a try/catch, many other operations within the script are not. This ticket serves to address that bit of error checking to increase the robustness of it.