Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-28 Thread Kevin Cozens
Greetings, Markus. At 05:05 PM 07/22/2004, you wrote: I was not aware of all the useful extensions you are incorporating into Tiny-Fu. There are only two extensions for the TinyScheme interpreter I'm using them both since they each add something useful for scripts. I have used the extensions to c

Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-22 Thread Markus Triska
On Wednesday 21 July 2004 08:07 pm, Kevin Cozens wrote: > This is just a taste of the possibilities for scripting in GIMP using > Scheme based scripts with Tiny-Fu. What would you like to do today? :-) Thank you for your explanation, Kevin. I was not aware of all the useful extensions you are in

Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-22 Thread Kevin Cozens
Greetings, Markus (and everyone else). At 07:47 PM 07/16/2004, you wrote: this is a trivial plug-in that implements one single call: file-get-type [snip] I'm giving this another shot (after bug #145370, taking your feedback into account - TinyScheme currently lacks a similar feature), because it s

Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-21 Thread Sven Neumann
Hi, Markus Triska <[EMAIL PROTECTED]> writes: > this is a trivial plug-in that implements one single call: > > file-get-type > > returning the type of the entity pointed to by 'path' (currently > only: 0 = directory, 1 = file). (Symbolic constants like > TYPE-DIRECTORY or such should be added