#include <memory>
#include <wx/dir.h>
#include <wx/filedlg.h>
#include <wx/fs_zip.h>
#include <wx/uri.h>
#include <wx/wfstream.h>
#include <wx/zipstrm.h>
#include <core/arraydim.h>
#include <macros.h>
#include <project/project_archiver.h>
#include <reporter.h>
#include <wildcards_and_files_ext.h>
#include <wxstream_helper.h>
#include <wx/log.h>
#include <kiplatform/io.h>
#include <regex>
#include <set>
Go to the source code of this file.
◆ EXT
#define EXT |
( |
|
ext | ) |
"\\." + ext + "|" |
◆ EXT_NO_PIPE
#define EXT_NO_PIPE |
( |
|
ext | ) |
"\\." + ext |
◆ NAME
◆ NAME_NO_PIPE
◆ ZipFileExtension
#define ZipFileExtension wxT( "zip" ) |