Read files in a Folder

I need to read all the files in a folder, per file I have a method that reads them already implemented but I need all the files in the folder,

I can read a file passing the path but what I want is to pass the path´s folder and read all the files one by one. Do you know how it would be done? Thanks and best regards

IPlatformFile::FindFiles
or
IPlatformFile::IterateDirectory

2 Likes

Thank you for your respose this is i needed