Click here to Skip to main content
15,889,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHardware Cofiguration and Software details of systems Through Domain Login details Pin
raushan_93-Jul-09 22:00
raushan_93-Jul-09 22:00 
Questionsearching in drives Pin
ptvce3-Jul-09 21:38
ptvce3-Jul-09 21:38 
AnswerRe: searching in drives Pin
Abhijit Jana3-Jul-09 22:18
professionalAbhijit Jana3-Jul-09 22:18 
ptvce wrote:
drives = DriveInfo.GetDrives();
string[] files = Directory.GetFiles(drives[2].Name.ToString());
string[] dirs = Directory.GetDirectories(drives[2].Name.ToString());

but i see some folders that i dont see in my drive , can anybody help me?


It will return you all the file and folder name that are available on that drive. And if you want to display the files under each folder, you have to iterate through each folder.

Let me know if you have any problem.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
View My Recent Article

GeneralRe: searching in drives [modified] Pin
ptvce3-Jul-09 22:33
ptvce3-Jul-09 22:33 
GeneralRe: searching in drives Pin
Abhijit Jana3-Jul-09 23:16
professionalAbhijit Jana3-Jul-09 23:16 
AnswerRe: searching in drives Pin
Christian Graus4-Jul-09 0:24
protectorChristian Graus4-Jul-09 0:24 
QuestionCapture Image from camera Pin
Milind Panchal3-Jul-09 19:56
Milind Panchal3-Jul-09 19:56 
AnswerRe: Capture Image from camera Pin
K03063-Jul-09 20:20
K03063-Jul-09 20:20 
AnswerRe: Capture Image from camera Pin
Abhijit Jana3-Jul-09 21:26
professionalAbhijit Jana3-Jul-09 21:26 
Questionhelp query? Pin
KhandelwalA3-Jul-09 19:56
KhandelwalA3-Jul-09 19:56 
AnswerRe: help query? Pin
himanshu25613-Jul-09 20:05
himanshu25613-Jul-09 20:05 
GeneralRe: help query? Pin
KhandelwalA3-Jul-09 20:09
KhandelwalA3-Jul-09 20:09 
GeneralRe: help query? Pin
himanshu25613-Jul-09 20:44
himanshu25613-Jul-09 20:44 
GeneralRe: help query? Pin
KhandelwalA3-Jul-09 20:55
KhandelwalA3-Jul-09 20:55 
GeneralRe: help query? Pin
himanshu25613-Jul-09 21:25
himanshu25613-Jul-09 21:25 
Questionwebsite deployment Pin
naveen attri3-Jul-09 19:43
naveen attri3-Jul-09 19:43 
AnswerRe: website deployment Pin
rahul_bit3-Jul-09 19:59
rahul_bit3-Jul-09 19:59 
AnswerRe: website deployment Pin
Abhijit Jana3-Jul-09 21:50
professionalAbhijit Jana3-Jul-09 21:50 
QuestionJavascript or jQuery datepicker Pin
parthiban@ashok3-Jul-09 19:26
parthiban@ashok3-Jul-09 19:26 
AnswerRe: Javascript or jQuery datepicker Pin
K03063-Jul-09 19:36
K03063-Jul-09 19:36 
AnswerRe: Javascript or jQuery datepicker Pin
himanshu25613-Jul-09 19:37
himanshu25613-Jul-09 19:37 
Questionjavascript text box seletected text Pin
nikhil12343-Jul-09 11:17
nikhil12343-Jul-09 11:17 
AnswerRe: javascript text box seletected text Pin
Christian Graus3-Jul-09 11:19
protectorChristian Graus3-Jul-09 11:19 
GeneralRe: javascript text box seletected text Pin
nikhil12343-Jul-09 11:44
nikhil12343-Jul-09 11:44 
GeneralRe: javascript text box seletected text Pin
Christian Graus4-Jul-09 15:08
protectorChristian Graus4-Jul-09 15:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.