Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python text file contains

from pathlib import Path

for file_path in Path('src').glob('**/*.c'):
    print(file_path) # do whatever you need with these files
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #text #file
ADD COMMENT
Topic
Name
4+7 =