I have a directory on the network with thousands of TXT files generated by other software contracted in the company. The file is named with the following logic:
(cpf do cliente)(data da insercao)(hora insercao).txt
1234567894120150501142024.txt
I need to select the txt that corresponds to the client's cpf, but I can not find the file.
Please help me