delete inputfile
This commit is contained in:
parent
fad17f3b5d
commit
d0be43ef70
@ -104,6 +104,10 @@ namespace refl
|
|||||||
{
|
{
|
||||||
Console.WriteLine("gen success!");
|
Console.WriteLine("gen success!");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
File.Delete(InputFile);
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user