Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using FindFirstFile and FindNextFile
#2
Hi Gintaras i have found why

Here it is my code it works well now.
Function procTree
Code:
Copy      Help
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


ret

Thank you.
Regards


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)