> Is there a way to refer to something like "folder in which curent
> script resides" or "user GIMP configuration folder" (e.g. on my
> machine Docs and Settings\UserName\.gimp-2.6)?
>
gimp-directory gets you to there.
Check out this page: http://www.ve3syb.ca/wiki/doku.php?id=software:sf:writin
I have several scm files; they all live in a single folder (which is
on GIMP search path for scripts).
I have common code for three of the scripts which all goes into a
fourth. A fifth has defines which user of scripts may wsh to alter;
the fourth script depends on it.
If I just leave nature