#include "filesystem.h" #include bbString bbFileSystem::getInternalDir(){ NSString *docs=[@"~/Documents" stringByExpandingTildeInPath]; return bbString( docs )+"/"; }