ultimatepp/bazaar/maxpdf_frontend/PdfPaths.h
micio f6030ca7da BAZAAR : added complete app - Cups printer driver for PDF file generation
git-svn-id: svn://ultimatepp.org/upp/trunk@592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-02 21:34:05 +00:00

17 lines
309 B
C++

#ifndef _maxpdf_frontend_PdfPaths_h_
#define _maxpdf_frontend_PdfPaths_h_
#include <CtrlLib/CtrlLib.h>
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