TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aditya Chauhan
NA
102
57.2k
merging string [] in foreach loop
May 12 2015 5:47 AM
string[] drives = Directory.GetLogicalDrives();
foreach (string d in drives)
{
string[] d1 = Directory.GetDirectories(d);
string[] pathlist = fde.Union(falaa).Union(d1).ToArray();
}
//fde is the nother path list
//falaa is the nother path list
* pathlist is the collection of all lists
in path list i am not able to store the list, i know very well it is a mistake in code?
Reply
Answers (
1
)
Auto Re-sizing Windows form and its Tabs and its Controls c#
Genrate Barcode