Delete File
Hi,
I need to delete some files from my project directory in the middle of the build. How should I do it? Thanks, Jing |
Use a "Run Program" step with something like this as the Command:
%DOSCMD% del /F "%MACRO_WITH_FILENAME%" or %DOSCMD% del /F "%PROJDIR%\file.ext" or (for multiple files) %DOSCMD% del /F "%PROJDIR%\*.ext" |
All times are GMT -5. The time now is 06:34 PM. |
Copyright © 1999-2023 Kinook Software, Inc.