When I open and use Delphi project files in RAD Studio 10 Seattle
IDE. It always create .stat files. Is there a way to stop creating the files?
Open project's properties, go to Build Events and in the Post-build events enter the following command:
del /q "$(INPUTDIR)$(INPUTNAME).stat"
or
if exist "$(INPUTDIR)$(INPUTNAME).stat" del /q "$(INPUTDIR)$(INPUTNAME).stat"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With