06-05-2009, 07:08 PM
Hi Gintaras i have found why
Here it is my code it works well now.
Function procTree
Thank you.
Regards
Here it is my code it works well now.
Function procTree
function
lpstr lppath=calloc(20 sizeof(lpstr))
lppath="c:\*.dll"
WIN32_FIND_DATA b
int m=FindFirstFile(lppath &b)
rep
,str mf.format("%s",&b.cFileName)
,out mf
,if(FindNextFile(m &b)==0)
,,break
FindClose m
retThank you.
Regards
