Hello,
I have a directory on my HDD that is full of subdirectories containing .pdf and other documents that I want to list into a simple text file.
For example if Directory "A" contains file1.pdf, file2.pdf, file3.pdf, I want to create a text list that goes like that (or similar):
--- A (dir name) ---
file1.pdf
file2.pdf
file3.pdf
---B---
etc....
I would do it manually but there are over 1000 .pdf documents in these folders and I want to automate the process. Any ideas how ? Thanks.