Page 1 of 1

compare two files by name ending, throw away one

PostPosted: Fri Apr 18, 2014 7:02 am
by scrabble
Hi, maybe someone can point me in a direction to get this solved. I often get two picture-files which have the same name with a different ending

xyz_small
xyz_big

Since I sometimes just get the small (or just the big) file, i need a rule to compare: if the big one exists, then i want to throw the small one away.

Anyone with any help?

Re: compare two files by name ending, throw away one

PostPosted: Fri Apr 18, 2014 3:16 pm
by Mr_Noodle
You'll have to use a script for now to do that. In the future, there may be a way to do it using built-in conditions but for now, you'll have to write a script.