Hi All,
Consider the following sample data,
| Full Path | Directory | File Name |
| C:\xxxxxxxx | xxxxx | Maths Syllabus.dat |
| C:\xxxxxxxx | xxxxx | English Syllabus.xlsx |
I want to read i.e access several text and excel files from a directory tool means all the files under file name i.e Maths Syllabus, English Syllabus, etc
How can i do that?