I want to try the DirectoryRecurse() function, but I always get an empty array.
This is the testcode
- Code: Select all Expand view
- func dirtest()
local aFiles
afiles = DirectoryRecurse( "c:\WINDOWS\*.*" )
msginfo(len(aFiles))
return
If i use a directory with less files then c:\WINDOWS, I get faster the '0' message. So I think it search the directory, but always an empty array.
I'am still using xHarbour Compiler build 0.99.71 (SimpLex). Maybe, there was a problem it that release with DirectoryRecurse()
Thanks,
Marc