User Profile
Collapse
-
s Is it possible.write a stored procedure.
Add columns in datagridview.Leave a comment:
-
-
Code:List<string> AllFiles = new List<string>(); string[] filePaths = Directory.GetDirectories(@"C:\Documents and Settings\arunmozhi\My Documents\Downloads\AIRLINE DATA COLLECTIONSS\"); foreach (string fileName in filePaths) { String[] FileNames = Directory.GetFiles(fileName);//Get All file names from each folder
Last edited by Rabbit; Mar 24 '15, 04:01 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.Leave a comment:
No activity results to display
Show More
Leave a comment: