I want to read all files in a particular folder using C programming. HOw to do this. Thanks.
Ex: I have some 5 files in folder named c:\temp.
I want to read all files one after another and want to write output file for each input file.
The output files has to be saved in another folder named c:\output
How to do this. Plz any one give me suggestion how to start