Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get list of files in directory

from os import listdir
file_list = listdir(folder_path)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #list #files #directory
ADD COMMENT
Topic
Name
6+6 =