Example.:
The name of my file would be 001nome.txt
, this file will have a variable action on the name depending on the entity, ie an hour it can be 001nome.txt
at another time it can be 999nome.txt
.
Doubt.:
How can I move to Java open this file regardless of this variation in the name?
Note: In php
I do so *nome.txt
it returns me the file that has the end nome.txt
independent of the beginning of its name.