06-05-2009, 06:27 PM
Hi Gintaras:
I have a question, why this function shows only the first and second file of a directory.
Function procTree
this is the output of this code
$Recycle.Bin
0
09876a35419303c82a
18
Thank you
Regards
I have a question, why this function shows only the first and second file of a directory.
Function procTree
function int'hedit int'hwnd
WIN32_FIND_DATA b
int m=FindFirstFile("c:\*" &b)
rep
,if(m==0)
,,break
,str mf.format("%s",&b.cFileName)
,out mf
,m=FindNextFile(m &b)
,out "%u" GetLastError()
FindClose m
retthis is the output of this code
$Recycle.Bin
0
09876a35419303c82a
18
Thank you
Regards
