View Single Post
  #1  
Old 01-26-2006, 01:29 PM
DavidMacLean DavidMacLean is online now
Registered User
 
Join Date: 12-28-2005
Posts: 19
Checking for file delete/create results

Building project step 'Create Release directory'...
A subdirectory or file C:\Foo\Bar already exists.

Building project step 'Empty output directory'...
File C:\Foo\Bar\*.BPL' does not exists


The above results using a RUN PROGRAM action, eg

%DOSCMD% CALL DEL %RELEASEDIR%\*.BPL


It is not an error if the file to be deleted is already deleted. Similarly, it is not an error if the directory to be created already exists.

Yet if I shut off "fail on errors", what happens when there is a real error?

Any advice...? Please and thank you.
Reply With Quote