|
Thread
Hi Guys
Nowdays I am developing programe to search particulr file in the folder.In here what i am doing is getting files list in the given foder and save it in to string array.Ater that search process start from the first element of the string array and in the same time another search process start form the final elemnt to first element ,it'e mean backward searching.I think doing like above procedure it's will take less time compare to noraml searching.
so,what i want to do is using thread.Please I kindly accept any suggestion for do this.
Thank you
Last edited by one198 : 11-20-2007 at 07:14 AM.
|