How to pick specific files from folder
Hi,
My application will generate export file name as abc_yyyyMMdd.xml and this file will be placed in one output path. I want to pick all file abc_ not abcabc_.
Here I need to select all the filename relevant to abc_ using regular expression matching pattern.
Please post solution for this post.
Thanks in Advance