This file contains hidden or 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
using System.Diagnostics; | |
Console.WriteLine("What input format do you want?"); | |
string format = Console.ReadLine(); | |
Console.WriteLine("Enter the location of the files"); | |
string path = Console.ReadLine(); | |
void ConvertFolder(string path) | |
{ |