Flow Visualisation
|
Static class that provides a helper function to obtain bundle file name. More...
#include <FileService.h>
Static Public Member Functions | |
static void | getFilename (char *buffer, const char *assetPath) |
Returns bundle filename on OS X. More... | |
Static class that provides a helper function to obtain bundle file name.
|
static |
Returns bundle filename on OS X.
This function returns the complete filename for a specified asset path on OS X, on other platforms the same path is returned
buffer | character buffer the complete path is written to |
assetPath | the assertPath you want the filename for |