PDA

View Full Version : Auto replacing a file


robgest
01-31-2009, 01:43 PM
I want to be able to click a button and place a file into a directory.

EXAMPLE: take file "abcd.gif" and replace file "C:\Program Files\Adobe\Adobe Stock Photos CS3\Template\images\FirstRun.gif" just by clicking a button

How would I do it?

jassing
02-04-2009, 12:30 PM
Is this pre-install or post install?


Post install would be easier for you -- in that buttons actions; you would copy the file to where ever you want. ie: Use File.Copy()

If pre-install; you would need to include the new file as a primer file.