2009-07-03 13:14:10 PDT
> I think it's quite a common task to compress all files in a folder without its subfolders...
May be you are right, but I have never used this in real life. Personally, I think that one, who really need this should review a hierarсhy of files he/she store on filesystem. When it's needed to save files in some folder, most likely it's needed to save any depended data that should be stored in subfolders. If not, it means data saved selectively, no matter: some files in target folder, all files in target folder without subfolders, all files in target folder and files of 1-st level subfolders, all files with 'read only' attribute, etc. That all are not 'common cases'.
Strategically, general purpose utility have to concentrate to work best with real common cases. For no evident cases it's enough to have a workaround. The reason is that the developer(s) have limited time resources.
If you want to convince the developer of your case is common, you should at least describe associated real situations.
All the above is my personal opinion, may be I don't know a task that really needs disabled recursion. And sorry for my English. Have a good day!