I'm trying to write a program in java which reads a file having .csv extension.
abc_{timestamp}.csv
i.e.
abc_1546473600.csv
However, I don't know what exactly the timestamp will be as the timestamp is basically the time that the data file is generated.
How can I read the file using java?