Hi, I want to import data of diferent files. The files alway have the same name but can be a lot of files. For example: File0001, File0002, File0003....
So i wan to know how i can know if there is files in the path to import and how many are.
can help me someone ? please.
0
Comments
clear(Fichero);
Fichero.setrange(Path, 'C:\WINDOWS\system32\drivers\etc');
Fichero.setrange("Is a file", true);
if fichero.find('-') then
repeat
message(Fichero.Name);
until fichero.next = 0;
Note:
Fichero is a record of subtype File
Thanks all :P