Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python list all files in directory

 import os
 arr = os.listdir()
 print(arr)
 
 >>> ['$RECYCLE.BIN', 'work.txt', '3ebooks.txt', 'documents']
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #list #files #directory
ADD COMMENT
Topic
Name
5+5 =