SdFat path/filename question

I'm wondering if the sdfat library supports something like this:

File dataFile = SD.open(path.c_str());

Where path = "folder1/folder2/filename.ext" Also, where are the SdFat library functions documented? Thanks.