View Single Post
  #2  
Old 03-06-2003, 08:49 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
No. One option would be, before copying, to add a step that conditionally builds (and fails) if the file doesn't exist. For instance, a Run Program step with a command of 'File xyz does not exist', and a conditional build rule of '[vbld_FSO.FileExists("xyz")]' equal to 0. Or you could use a Run Program step of %DOSCMD% copy xyz <dest> on the individual file, and it will fail if the file doesn't exist.
Reply With Quote