Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python find files recursive

import glob

files = glob.glob(path + "/**/*.txt", recursive = True)
Source by www.adamsmith.haus #
 
PREVIOUS NEXT
Tagged: #python #find #files #recursive
ADD COMMENT
Topic
Name
7+8 =