public static void Main() { var rootFolder = new Folder(RootName, RootPath); RecursiveDirectories(rootFolder); rootFolder.Print(); }