Delphi Search files and directories fastest alghorithm
Posted
by radu-barbu
on Stack Overflow
See other posts from Stack Overflow
or by radu-barbu
Published on 2010-06-16T15:02:17Z
Indexed on
2010/06/16
15:42 UTC
Read the original article
Hit count: 255
Hi,
I'm using Delphi7 and i need a solution to a big problem.Can someone provide me a faster way for searching through files and folders than using findnext and findfirst? because i also process the data for each file/folder (creation date/author/size/etc) and it takes a lot of time...I've searched a lot under WinApi but probably I haven't see the best function in order to accomplish this. All the examples which I've found made in Delphi are using findfirst and findnext...
Also, I don't want to buy components or use some free ones...
Thanks in advance!
© Stack Overflow or respective owner