2
0

filesystem.mm 189 B

1234567891011
  1. #include "filesystem.h"
  2. #include <UIKit/UIKit.h>
  3. bbString bbFileSystem::getInternalDir(){
  4. NSString *docs=[@"~/Documents" stringByExpandingTildeInPath];
  5. return bbString( docs )+"/";
  6. }