(04-29-2025, 06:59 PM)crogonint Wrote: UPDATE: I created the GIMP_Autosave folder manuallly, and the Concordia[720x720] folder manually, and it is now saving the autosave files for the test image in the correct folder on the F: drive!
Now.. why won't it create those folders for itself??
Because in the code, creating a directory is always a separate action, if only because different user privileges can be necessary. It is usually not a problem because the code usually has some mkdir() function for this.
But it turns out that script-fu is seriously lacking in the file handling department, and so has no mkdir()