campo-sirio/cg/cg6905.cpp

19 lines
328 B
C++
Raw Normal View History

#include <prefix.h>
#include "cg6905.h"
#include "cglib04.h"
void TCanc_file_invio::main_loop()
{
TTransfer_file tras_file;
tras_file.remove_all(false);
TFilename marker;
marker = firm2dir(0);
marker << "\\marker";
marker.fremove();
message_box(TR("Eliminazione file di lavoro dell'invio terminata"));
}