Comment 7 for bug 556853

Revision history for this message
eMTee (realprogger) wrote :

FileFindIter.handle is initalized as INVALID_HANDLE_VALUE. If the FindFirstFile call fails it returns INVALID_HANDLE_VALUE.
!= operator is overloaded so it compares the two objects' handle member's variable. In the *nix part its the same logic... Any problem with this?