Hi
I am using Get filenames and I am able to see all the files that are there in my source folder.
I am using Wildcard (AA_Te*.*$) it is showing the file name with full path.
Now my requirement is I want to get the filename from there, not the path
Like
I am Getting: E:\Data\PREPROCESSED\AA_Test_20060608.txt based on above Wildcard
But I need: AA_Test_20060608.txt
Here one more constraint is there I am not allowed to take this file name based on length, it may vary from time to time
Like today my filename is: AA_Test_20060608.txt
By next day it might be: AA_Testaa_20060609.txt
Please let me know how to do this?
Thanks
Sas


Reply With Quote