SdFat lib: how to remove recursively a specific folder?

Hi guys,
I'm using SdFat library but can't find a way to remove a folder and all its contents.
I found the SD.vwd()->rmRfStar(); method but it seems to me that can only remove all the SD contents... can't find a way to specify a folder.