Question d’entretien chez OnnoRokom Software

Write a program which print all the folder and files inside them upon a given root folder. (use recursion)

Réponse à la question d'entretien

Utilisateur anonyme

20 mars 2021

It was a normal program for me, and I used simple recursion to do the job. I faced assess violation exception so I had to handle the exceptions. I used C#.