I need to read files from a folder(Directory will always be the same)
There will at most be 4 files in the dir, but it could be anything from 0-4 files. They will always have the same name.
i.e. In the dir "Folder" there will be(Could be any combination of these, or all of them) 4 files named "one.txt", "two.txt", "three.txt" and "four.txt". I need to read them in.
How can I do this? :confused: