We have Cloverleaf 5.8
I use this proc to parse a directory
fset_ib_dirParse_regexp
I have a problem using a wild card in my pattern to get multiple files
this works for me
{ PATTERN rad_data_file.txt }
and this doesn’t
{ PATTERN rad_data_file*txt }
Can you tell me please what do I do wrong ?