Answers for "python list of files in direcoty"

9

list files in directory python

import os
print(os.listdir('/path/to/folder/to/list'))
Posted by: Guest on April-22-2020

Code answers related to "python list of files in direcoty"

Python Answers by Framework

Browse Popular Code Answers by Language