Hi,
in our tests with FWH 7.05 Directory( cDirName, "D" ) returns not only directory names but all filenames in this dir. Therefore
function lIsDir( cDirName )
return Len( Directory( cDirName, "D" ) ) == 1
Returns always .f. with 7.05
Somebody with the same problem here?
Thanks,
Taavi