#ifndef _maxpdf_frontend_PdfPaths_h_ #define _maxpdf_frontend_PdfPaths_h_ #include using namespace Upp; // gets base path of user data String GetPdfBasePath(void); // gets data folder path String GetPdfDataPath(void); // gets config folder path String GetPdfConfigPath(void); #endif