m2tklib with u8g using sdfat library getting compile error

I am trying to get the Menu2l example in the m2tklib working but i keep getting this error when getting the sd card working. Ne1 have any ideas on how to fix this...............or where i can download an older version of the sdfat library that supports this command. I am using Arduino 1.6.6 to compile most of the other examples are working.

C:\Users\sysop\Documents\Arduino\libraries\M2tklib\utility\mas_sdfat.cpp: In function 'uint8_t mas_sdfat_get_nth_file(const char*, uint16_t, char*, uint8_t*)':

C:\Users\sysop\Documents\Arduino\libraries\M2tklib\utility\mas_sdfat.cpp:129:22: error: 'class SdFile' has no member named 'getFileName'

mas_sdfat_file.getFileName(buf);