delete inputfile

This commit is contained in:
ouczbs 2024-06-26 13:56:16 +08:00
parent fad17f3b5d
commit d0be43ef70

View File

@ -104,6 +104,10 @@ namespace refl
{ {
Console.WriteLine("gen success!"); Console.WriteLine("gen success!");
} }
else
{
File.Delete(InputFile);
}
return 0; return 0;
} }
} }