Hi all,
can you please explain me this behaviour?
After this code executes, the result isCode:LONG lHC = _findfirsti64("C:", &fileEntry); LONG lHD = _findfirsti64("D:", &fileEntry);
Why did it fail for "C:"?Code:lHC = -1 lHD = 1558184
And how should I call it correctly for root drives?
Thank you.




Reply With Quote