Thanks Joe!
What is the MTP function to list files to my serial output? I previously used
Serial1.println(F("\nList of files on the SD."));
sd.ls(&Serial1, "/", LS_R);
Serial1.println(F(""));
But that doesn't work any longer with Paul's version I guess?