# Python code to find .mp3 files in the current # folder (We can change the file type / name and the path # as required. import os # This is to get the directory that program # currently running dir_path = os.path.dirname (os.path.realpath (__ file__)) for root, dirs, files in os.walk (dir_path): c ode> for file in files : # change extension from .mp3 to # one of your choice. if file . endswith ( ’.mp3’ ): print root + ’/’ + str ( file ) |
table>
OS is not outside shney library in Python. So I feel like this is the easiest and best way to do it.
This article is provided by Sumit Kumar . If you are as Python.Engineering and would like to contribute, you can also write an article using contribute.python.engineering or by posting an article contribute @ python.engineering. See your article appearing on the Python.Engineering homepage and help other geeks.
Finding files using Python _files: Questions
Finding files using Python File handling: Questions
Shop
Best laptop for Fortnite
$
Best laptop for Excel
$
Best laptop for Solidworks
$
Best laptop for Roblox
$
Best computer for crypto mining
$
Best laptop for Sims 4
$
Best laptop for Zoom
$499
Best laptop for Minecraft
$590
Latest questions
NUMPYNUMPY
psycopg2: insert multiple rows with one query
12 answers
NUMPYNUMPY
How to convert Nonetype to int or string?
12 answers
NUMPYNUMPY
How to specify multiple return types using type-hints
12 answers
NUMPYNUMPY
Javascript Error: IPython is not defined in JupyterLab
12 answers
Wiki
Python OpenCV | cv2.putText () method
numpy.arctan2 () in Python
Python | os.path.realpath () method
Python OpenCV | cv2.circle () method
Python OpenCV cv2.cvtColor () method
Python - Move item to the end of the list
time.perf_counter () function in Python
Check if one list is a subset of another in Python
Python os.path.join () method