#include <wx/fileconf.h>
Contains return value of MigrateLocalFile().
Public Attributes | |
wxString | oldPath |
If empty, it means the old file wasn't found and nothing was done. More... | |
wxString | newPath |
The name of the new file. More... | |
wxString | error |
If empty, means the file was successfully migrated. More... | |
wxString wxFileConfig::MigrationResult::error |
If empty, means the file was successfully migrated.
wxString wxFileConfig::MigrationResult::newPath |
The name of the new file.
wxString wxFileConfig::MigrationResult::oldPath |
If empty, it means the old file wasn't found and nothing was done.