summaryrefslogtreecommitdiff
path: root/src/PlatformUtils-mac.mm
blob: 1e2ba4384733530a8b591ec4c921041092cb4194 (plain)
1
2
3
4
5
6
7
#include "PlatformUtils.h"
#import <Foundation/Foundation.h>

std::string PlatformUtils::documentsPath()
{
  return std::string([[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) lastObject] UTF8String]);
}
contact: Jan Huwald // Impressum