Hello,
I would like to be able to retain an item in a file collection even though the "target" file is deleted. I know that sounds crazy, let me explain...
First, I'm a software developer and I keep a file collection of every file (exe, dll, etc) that I need to deploy a particular app. When I want to deploy an app to our production environment I simply do a copy of the file collection to the app's production auto-update folder.
The problem is I want to use a batch compile utility that will recompile/link about 20 app's. One of the first thing this utility does is delete the final exe file since it is going to be re-made during the process. This, of course causes all of my exe's to be removed from my file collections even though the exe is re-created automatically within a few minutes. So the next time I go to the collection to copy the set of deployables the exe is gone which is obviously completely unacceptable.
Is there a way that I may be missing the tell a file collection to be "static" unless manually changed. Then if a file is in a collection but missing from the disk and you try to do a copy or whatever on the collection you could get an error at that time.
Thanks! - Kelly