TheMaty/SplitFileGivenText
Console Application that takes file path and key text. output are multiple files for given key. It is similiar with string.Split[]. string.Split[0] is a file whereas string.split[1] is another file .... Files figure are exactly same with string.split().length
C#