0
Can anyone help on writing a Python code to browse through folders and sub folders
browse through folders and sub folders
2 Respuestas
0
i have found "os.path.exists ()" , "while True " "open()" to be helpful even Though that is not what I am looking for.
for those who are familiar with DOS I wanted a "CD" type python synonymou code.
- 1
Take a look at pathlib instead of os