Quote:
Originally Posted by ownedbycats
Would it make sense to include an explicit extra_file_count()? I think its currently possible with existing list functions (forgot exactly).
|
Changing has_extra_files() to return a count instead of "Yes" is a good idea. I will change it for the next release.
To get "Yes" with the changed version you would do
Code:
program:
if has_extra_files() then 'Yes' fi