This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@developingrelationships.online | |
@target-markets.online | |
@trustpilotmail.com | |
@vantaggiattivioggi.eu | |
@arcobalenodisconti.eu | |
@[email protected] | |
@drivfactu1.iamallama.com | |
@email.eni-learn-tech.com | |
@rke.mcentre.top | |
@businessmaking.progress.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathSelected = "D:\\TORRENTS"; | |
DirectoryInfo directorySelected = new DirectoryInfo(pathSelected); | |
var filesInfo = directorySelected.GetFiles("*", SearchOption.AllDirectories).ToList(); | |
List<string> extensions = new List<string>(); | |
foreach (var file in filesInfo) | |
{ |