Hi All,
I’m not very familiar with NSF formulas and I’m wondering if the following can be taken care by a single elegant nsf formula.
We need to find out all the nsf files adhering to a regular expression in a given directory.
eg: find all the “s*.nsf” from directory “XYZ”.
For now its being managed by the NSFSearch’s callback function. We filter out all the nsf files that don’t adhere to our regular expression by simple regex match.
Can there be a formula, that when specified during NSFSearch will filter out the non-adhering nsf files by itself. This will not free the callback function’s responsibility to take care of it.
Your thoughts are appreciated.
~raghavendra