Find the occurance of specific string in all files in specified directory.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want one program logic for finding the total number of occurance of specific string in files which are in specified directory. Program will return the total number of occurances file wise.
-
I want one program logic for finding the total number of occurance of specific string in files which are in specified directory. Program will return the total number of occurances file wise.
Probably this article[^] might be of help.