Hi,
I want to try the DirectoryRecurse() function, but I always get an empty array.
This is the testcode
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
I want to try the DirectoryRecurse() function, but I always get an empty array.
This is the testcode
func dirtest()
  local aFiles
  afiles = DirectoryRecurse( "c:\WINDOWS\*.*" )
  msginfo(len(aFiles))
 returnIf 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
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite