Custom Build Step: copy if not exist
-
Hi! How is it possible to check if a file allready exist in a custom build - step? I have to copy a file to a specific folder while building the Projekt. Using
copy "$(InputPath)" "$(OutDir)"
will cause an error if the file allready exist. I'm using VS 2005. btw: is there a documentation on using custom-steps within VS? Regards! -
Hi! How is it possible to check if a file allready exist in a custom build - step? I have to copy a file to a specific folder while building the Projekt. Using
copy "$(InputPath)" "$(OutDir)"
will cause an error if the file allready exist. I'm using VS 2005. btw: is there a documentation on using custom-steps within VS? Regards!_NielsB wrote:
btw: is there a documentation on using custom-steps within VS?
Prasad Notifier using ATL | Operator new[],delete[][^]