Flow Visualisation
FileService.h
Go to the documentation of this file.
1 //
2 // FileService.h
3 // flowviz
4 //
5 // Created by Johann Götz on 23.05.15.
6 // Copyright (c) 2015 Johann Götz. All rights reserved.
7 //
8 
9 #ifndef __flowviz__FileService__
10 #define __flowviz__FileService__
11 
12 #include <stdio.h>
13 
14 namespace fileservice {
15 
21  {
22  public:
23 
32  static void getFilename(char* buffer, const char* assetPath);
33  };
34 }
35 
36 #endif /* defined(__flowviz__FileService__) */
Static class that provides a helper function to obtain bundle file name.
Definition: FileService.h:20
Definition: FileService.h:14
static void getFilename(char *buffer, const char *assetPath)
Returns bundle filename on OS X.
Definition: FileService.cpp:19