How to get a list of file from folder??
C#
4
Posts
2
Posters
0
Views
1
Watching
-
as in subject. And put in into array string.
Training makes perfect....
-
as in subject. And put in into array string.
Training makes perfect....
-
Hello, System.IO.Directory.GetFiles method helps you here. I returns an array of Filennames. All the best, Martin
thanks Martin. It really help me. I got all what i want from that.
Training makes perfect....
-
thanks Martin. It really help me. I got all what i want from that.
Training makes perfect....