I have a folder with more than 9,000 subfolders, each with ESRI GRID files. Here's the setup of the directories and subdirectories.
Data-folder - be_rasters -- 692500_725000 --- dblbnd.adf --- hdr.adf --- metadata.xml --- prj.adf --- sta.adf --- w001001.adf --- w001001x.adf -- (thousands more folders with this naming convention format and files within them named the same thing) I'm trying to work in QGIS 3.8 to open the 9000+ w001001.adf files in the folders in be_rasters directory. In QGIS, I go to Layers >> Add Vector Layer, then choose "Directory" as a Source Type and "Arc/Binary Coverage" in the "Source" section. Then under "Vector Dataset(s)" I select be_rasters.
But when I click "Add," I get this error.
Invalid Data Source: path/to/Data-folder/be_rasters is not a valid or recognized data source. How do I load all the w001001.adf files into QGIS?

.adffiles are vectors, those with wNNNMMM prefixes are rasters.gdalbuildvrt? Or would you recommend using another program?