GIMP: Error in code?
Is this an error or intentional?:
IfFileExists "$EXEDIR\App\GTK\bin\*.*" "" UniqueGTKDIR ;=== Shared GTK Directory StrCpy "$GTKDIRECTORY" "$EXEDIR\Apps\GTK\bin" Goto EndINI
Missing 's' in IfFileExists
New: Zulip (Mar 10, 2026), Platform 30.2 (Feb 17, 2026)
1,400+ portable packages, 1.2 billion downloads
Please donate if you can!
Is this an error or intentional?:
IfFileExists "$EXEDIR\App\GTK\bin\*.*" "" UniqueGTKDIR ;=== Shared GTK Directory StrCpy "$GTKDIRECTORY" "$EXEDIR\Apps\GTK\bin" Goto EndINI
Missing 's' in IfFileExists
at home (where i have gtk installed already) it works fine. at school, where there is no gtk, it's telling me it's missing a dll and it won't even open.