Real Python Tutorials

How to Get a List of All Files in a Directory With Python
NEW

How to Get a List of All Files in a Directory With Python

In this tutorial, you'll be examining a couple of methods to get a list of files and folders in a directory with Python. You'll also use both methods to recursively list directory contents. Finally, you'll examine a situation that pits one method against the other.

Jan 12, 2025 intermediate