Opening multiple .txt files from unspecified paths

I'm having difficulty with my current project. I'm trying to write a program to browse movies on my harddrive through a .txt i have in each movie's folder.

Can someone help me with the basic syntax for a function that will read a .txt file from each folder in the directory to use for a class object. Each is named Movie.txt (hopefully making it easier)
why not just have it search the entire directory for the movie then you only have to use 1 text file or you could still use 2 text files to make it more effective. Either way i don't see why you need to put a .txt in each folder.
The way I have is currently set up is that each one has the netflix summary with it, so title rating length, summary, actors.. and so on in there with it. my class uses all of those for each movie so I can search for any of those within the program. It wouldn't look as clean with one massive text file with every movie in there.
Topic archived. No new replies allowed.