10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Suresh Panta
2k
96
1.4k
how to check the label.text contains the path string or not ?
Mar 2 2021 8:08 AM
l like to check if the label.text does not contain any file directory
string[] strListFile = System.IO.Directory.GetFiles(lblSelectedPath.Text, "*", SearchOption.AllDirectories);
string[] strResultList = new string[] { };
thank you in advance
Reply
Answers (
1
)
sql injection for winform
Routing in .net core.