Skip to content

Commit

Permalink
v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsmith committed Nov 26, 2015
1 parent c59c9a4 commit fdb90e3
Show file tree
Hide file tree
Showing 7 changed files with 1,004 additions and 750 deletions.
1 change: 0 additions & 1 deletion FindAllFilesEnhanced.pas
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function FindAllFilesEx(const SearchPath: string; SearchMask: string;
Result := TStringList.Create;
Searcher := TListFileSearcher.Create(Result);
Searcher.DirectoryAttribute := Searcher.DirectoryAttribute or faHidden;
// Searcher.FileAttribute := Searcher.FileAttribute or faHidden;
try
Searcher.Search(SearchPath, SearchMask, SearchSubDirs);
finally
Expand Down
Binary file modified UserManual.pdf
Binary file not shown.
Loading

0 comments on commit fdb90e3

Please sign in to comment.