#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/file.h>
#include <wx/filename.h>
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/tokenzr.h>
#include <wx/txtstrm.h>
#include "appprefs.hpp"
#include "comdefs.hpp"
#include "cmdlnopt.hpp"
#include "osdep.hpp"
#include "compat.hpp"
Include dependency graph for appprefs.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
wxString | addPathSeparatorAtEnd (wxString dirName) |
Adds a path separator at the end of the directory name if it's not already present. | |
bool | dirExists (const wxString &dirName, bool create) |
Indicates if the specified directory exists. |
Definition in file appprefs.cpp.
|
Adds a path separator at the end of the directory name if it's not already present. If the directory name is empty, the path separator isn't added.
Definition at line 1844 of file appprefs.cpp. Referenced by AppPrefs::getConfigDir(), and AppPrefs::getConfigPathName(). |
|
Indicates if the specified directory exists.
Definition at line 1874 of file appprefs.cpp. Referenced by AppPrefs::getConfigDir(). |