The Tech Pursuit
The Dev Shelf
Pages
Home
Interview Questions
About Me
May 1, 2011
Get all files from specified folder in ASP.Net
FileInfo[] fileList;
DirectoryInfo dir = new DirectoryInfo(Server.MapPath("UploadFile/"));
fileList = dir.GetFiles();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment