Hello,
  I have an odd problem with the delete task, there are times it just will not delete files, even though I can delete them fine with the command line.
 
  To try and fix that, I replaced my delete tasks with a execute task for cmd.exe with the arguments "del /S /F /Q dirname" and that too will not delete all of the files.  The output of the del command is "Access is denied."  If I try and issue a del from the command prompt (the same command prompt I called nant from) the files are deleted fine.
 
  I suspect a permission problem from the CLR, but I'm not familiar with that aspect of .Net yet.
 
  Any insights would be apreciated.
 
Thanks,
 
John Cole

Reply via email to