From: Paul K <pau...@ya...> - 2014-07-05 05:58:16
|
Hi John, I just noticed that wxDir is missing Close method for some reason. This creates a problem with those situations when the directory content needs to be enumerated with FindFirst and FindNext and aborted without finishing (as the object seems to keep some of the files in "locked" state internally). Would it be possible to add the missing method? Thank you. Paul. |