View Single Post
  #2  
Old 11-26-2004, 10:46 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
It is a bug introduced in 5.6. We plan to get a fix out next week. For now, you can work around it by adding the following line to the step's vbld_StepStarting script event:

vbld_MakeFileWriteable(Step.ExpProperty(Builder, "FileIn"))

Create the script event (if it doesn't exist) by opening the step properties dialog, clicking Script Editor, switching to the Step tab, clicking the Events button, and choosing vbld_StepStarting().
Reply With Quote