Renaming files on the SD card

I'm not sure I follow. I am including SdFat.h already. What else do I need to include to get exists() to function?

EDIT: The last features I need for the transition from SD to SdFat is the equivalent of this,

 if (card.exists("now.csv")) {
   now.remove("now.csv");
  }