Hi guys, I am trying to apply a task using Windows executable 'del' to delete files, the reason I don't use <delete> is because it will delete even if things are up to date. However this runs into an error: cannot run program 'del'...error=2
<apply executable="del" dest="./abc/" osfamily="windows" addsourcefile="false"> Is there anything I can do to the above command to make it work under Windows? thanks Shi