Answers for "python how to search for a file with a name"

1

python find file name

filesName = list(map(os.path.basename, glob.glob("..yourPath*txt")))
print(filesName)
Posted by: Guest on January-31-2021

Code answers related to "python how to search for a file with a name"

Python Answers by Framework

Browse Popular Code Answers by Language