Quote:
Originally Posted by BetterRed
I want to show an icon if the data folder contains a file named todo.???? (might be ToDo.txt, TODO.EML, todo.stky, etc).
Something like extra_file_exists("todo.*") might be useful.
BR
|
Code:
program:
files = extra_file_names(':');
in_list(files, ':', 'todo\..*', 'Yes', '')
EDIT: where 'Yes' would be the icon name