Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 18, 2012 10:16 AM by sinhaify
Member
82 Points
67 Posts
Jan 18, 2012 04:18 AM|LINK
How to get all local drive names into listbox? using c#
Contributor
5266 Points
771 Posts
Jan 18, 2012 04:29 AM|LINK
Hi Friend,
Check this post
http://msdn.microsoft.com/en-us/library/system.io.driveinfo.getdrives.aspx
http://www.geekpedia.com/KB1_How-to-get-all-logical-drives-on-a-system.html
Jan 18, 2012 04:47 AM|LINK
How can i get the folders available in the drives? and that should be displayed in treeview... when i select that particular drive
Jan 18, 2012 05:20 AM|LINK
The example in the following post will do what you exactly want
It gets the drives and the folders and bind it to tree view
http://www.java2s.com/Tutorial/ASP.NET/0200__File-Directory/EnumeratingfilesystemdirectoriesC.htm
Jan 18, 2012 10:16 AM|LINK
How to to display the selected drive's folders in listbox to tree view? only the selected drives folders
sinhaify
Member
82 Points
67 Posts
How to get all local drive names into listbox using c# Asp.Net
Jan 18, 2012 04:18 AM|LINK
How to get all local drive names into listbox? using c#
prasadP
Contributor
5266 Points
771 Posts
Re: How to get all local drive names into listbox using c# Asp.Net
Jan 18, 2012 04:29 AM|LINK
Hi Friend,
Check this post
http://msdn.microsoft.com/en-us/library/system.io.driveinfo.getdrives.aspx
http://www.geekpedia.com/KB1_How-to-get-all-logical-drives-on-a-system.html
Blog
sinhaify
Member
82 Points
67 Posts
Re: How to get all local drive names into listbox using c# Asp.Net
Jan 18, 2012 04:47 AM|LINK
How can i get the folders available in the drives? and that should be displayed in treeview... when i select that particular drive
prasadP
Contributor
5266 Points
771 Posts
Re: How to get all local drive names into listbox using c# Asp.Net
Jan 18, 2012 05:20 AM|LINK
Hi Friend,
The example in the following post will do what you exactly want
It gets the drives and the folders and bind it to tree view
http://www.java2s.com/Tutorial/ASP.NET/0200__File-Directory/EnumeratingfilesystemdirectoriesC.htm
Blog
sinhaify
Member
82 Points
67 Posts
Re: How to get all local drive names into listbox using c# Asp.Net
Jan 18, 2012 10:16 AM|LINK
How to to display the selected drive's folders in listbox to tree view? only the selected drives folders