i want to read multiple csv files from a folder in java. All files are csv and with same format, but problem is the path to the folder i get is like this only.
> conf/files
This is a folder where all my csv files are. I have a program which read single file when path is given like
> conf/files/sample.csv
If i could get a list of file name's like these i can read all those. Please help...