how can we find a *.dmp in a directory in c#
C#
4
Posts
3
Posters
0
Views
1
Watching
-
hello can anyone help me how can we find a *.dmp in a directory in c#??? thanks in advance sachin
-
I guess you meant Directory.GetFiles(mypath,"*.dmp");
#region signature my articles #endregion
-
I guess you meant Directory.GetFiles(mypath,"*.dmp");
#region signature my articles #endregion