Thread: Replace in File
View Single Post
  #5  
Old 03-29-2004, 03:22 PM
chaoconnor chaoconnor is online now
Registered User
 
Join Date: 02-25-2004
Posts: 8
Thanks for the reply.

So I put a process file step in, which iterates through the three files. Beneath that step and one over I put a write file to the single file I'm trying to write with append checked off. I put [vbld_FSO.OpenFile("%PROCFILES_FULLPATH%").ReadAll] in the Text to write box, but I get the following error message:

Error expanding macros in property Text: <Error at Line 1, Column 1 (Object doesn't support this property or method: 'vbld_FSO.OpenFile')>

The macro does read as the correct file name, just FYI. Any ideas? Thanks again!
Reply With Quote