Node.js fs.readdir recursive directory search Any ideas on an async directory search using fs.readdir? I realize that we could introduce recursion and call the read directory function with the next directory to read, but... May 12, 2022 0 Comments