|
|
@ -69,6 +69,9 @@ int bs_sign_cad(EPM_action_message_t msg)
|
|
|
|
if(ref)
|
|
|
|
if(ref)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
IMF_ask_original_file_name2(ref, &name);
|
|
|
|
IMF_ask_original_file_name2(ref, &name);
|
|
|
|
|
|
|
|
string temp = name;
|
|
|
|
|
|
|
|
if (temp.find(".dwg") == -1)
|
|
|
|
|
|
|
|
continue;
|
|
|
|
stringstream path;
|
|
|
|
stringstream path;
|
|
|
|
path << tempdir <<"\\"<< newGUID() << name;
|
|
|
|
path << tempdir <<"\\"<< newGUID() << name;
|
|
|
|
printf("path:%s\n", path.str().c_str());
|
|
|
|
printf("path:%s\n", path.str().c_str());
|
|
|
|