Version: 3.3.0
wxFileConfig::MigrationResult Struct Reference

#include <wx/fileconf.h>

Detailed Description

Contains return value of MigrateLocalFile().

Since
3.3.0

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...
 

Member Data Documentation

◆ error

wxString wxFileConfig::MigrationResult::error

If empty, means the file was successfully migrated.

◆ newPath

wxString wxFileConfig::MigrationResult::newPath

The name of the new file.

◆ oldPath

wxString wxFileConfig::MigrationResult::oldPath

If empty, it means the old file wasn't found and nothing was done.