Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script-Fu in GIMP 3 website
#7
(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! Big Grin

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()
Reply


Messages In This Thread
Script-Fu in GIMP 3 website - by pixelmixer - 03-19-2025, 12:37 PM
RE: Script-Fu in GIMP 3 website - by crogonint - 04-21-2025, 02:16 AM
RE: Script-Fu in GIMP 3 website - by pixelmixer - 04-23-2025, 08:39 PM
RE: Script-Fu in GIMP 3 website - by crogonint - 04-21-2025, 01:39 PM
RE: Script-Fu in GIMP 3 website - by pixelmixer - 04-24-2025, 11:48 AM
RE: Script-Fu in GIMP 3 website - by crogonint - 04-29-2025, 06:59 PM
RE: Script-Fu in GIMP 3 website - by Ofnuts - 04-30-2025, 07:10 AM
RE: Script-Fu in GIMP 3 website - by crogonint - 04-30-2025, 05:53 PM
RE: Script-Fu in GIMP 3 website - by pixelmixer - 04-30-2025, 07:09 PM
RE: Script-Fu in GIMP 3 website - by pixelmixer - 05-01-2025, 07:20 AM
RE: Script-Fu in GIMP 3 website - by crogonint - 05-04-2025, 08:33 PM
RE: Script-Fu in GIMP 3 website - by crogonint - 05-06-2025, 11:37 PM
RE: Script-Fu in GIMP 3 website - by crogonint - 05-07-2025, 12:41 AM
RE: Script-Fu in GIMP 3 website - by pixelmixer - 05-08-2025, 10:22 AM

Forum Jump: