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
Mohamed Moumni
NA
48
8.4k
open file after find it with FileInfo
May 31 2017 9:17 PM
1 ) i read the part about (Working with FileInfo and DirectoryInfo classes) . but i don't find a function to open the specific file by comparing his name with the name on textbox ,
how can i open a file however his extension ?
if (diri_info.Name == textBox1.Text)
{
{
foreach (FileInfo file in files_info)
{
// open this file
listBox1.Items.Add(file.Name);
}
}
2) how can i get name for all files on 4 Directory on one specific Directory ?
think you !
Reply
Answers (
2
)
Unable to create unit test for my code
Dependency Injection