current revision
This commit is contained in:
22
ipin/IPINHelper.h
Normal file
22
ipin/IPINHelper.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef IPINHELPER_H
|
||||
#define IPINHELPER_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
class IPINHelper {
|
||||
|
||||
public:
|
||||
|
||||
/** get the StepLogger data folder */
|
||||
static std::string getDataFolder() {
|
||||
|
||||
#ifdef ANDROID
|
||||
return getenv("DIRECTORY_DOWNLOADS");
|
||||
#else
|
||||
return "/apps/android/workspace/YASMIN_DATA/";
|
||||
#endif
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
#endif // IPINHELPER_H
|
||||
Reference in New Issue
Block a user