LANGUAGE » PYTHON » PACKAGE
Glob
Last updated:
Find files using wildcards
python
import
glob
filename_list
=
glob.glob(
'/*_file.txt'
)
Theme
Links
Home
Back to top