A lightweight Python script that recursively lists all files in a given folder and saves them to a text file.
- Lists all files including subfolders
- Outputs results to
file_list.txt - Works on Windows, macOS, and Linux
- Edit the
folder_pathvariable inlist_all_files.py. - Run the script:
python list_all_files.py