Skip to content

TommiPrami/Delphi.Parallel.FileScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delphi.Parallel.FileScanner

Getting file list in parallel

Currently more than less One Trick Poney. Getting files with list of extensions within list of root directories. You can exclude fiels with with prefix and suffix.

It scans given list of floders in parallel. If you can divide it those smaller pieces, then it startts to pay off (E.g not much use, if to scan only one large folder).

TODO:

  • Code needs further refactoring
  • Filtering should be done while searching,
    • At least for prefixes, why to start scan if folder is ignored
  • ...

About

Getting file list in parallel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages