Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to Read character from multiple files from folder in C#.when I enter the Directory name or folder name then That particular directory or folder contained Text files should be got read by c# code...I want this code as early as possible . plz give me response as soon as possible
Posted
Comments
Smithers-Jones 4-Aug-10 15:15pm    
Reason for my vote of 1
demanding and asking for code.

1 solution

Look into System.IO.Directory and System.IO.File and System.IO.Path. One of those should have a "GetFiles" function (you pass it the path to the folder that contains the files).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900