Design a file tree system in cpp | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Design a file tree system in cpp

design a file tree generator application. Given any file name in your system, it should be able to populate the path from the root directory of the system to the file. Use case - if there are any multiple files with the same name, all the file paths should be shown. input: "a.txt" output: "D:\Work\a.txt" and "C:\documents\personal\a.txt". Note: a.txt files are present in both C drive and D drive.

8th Mar 2022, 4:27 AM
Piyush Seth
Piyush Seth - avatar
1 Respuesta
0
Anyone have solution for this..?
8th Mar 2022, 4:28 AM
Piyush Seth
Piyush Seth - avatar