Well, the thing about the MS world is that a Word or Excel document usually consists of a single file, hence "save as" is easily implemented and understood --- copy the file to the requested new name.
The average AIMMS project usually consists of multiple files, a project file, one or more library projects, multiple .amb or .aim files and/or other files that contain data relevant to your project, which *you* think are an integral part of the project.What do you expect to actually happen when you do "save as"? Saving the project file under a different name seems a pretty useless option, as it will keep the same model files, and I guess you want to also be able to change the model files independently of the original project (btw. this is what Visual Studio does :). If you want to rename model files as well: are there ones you consider to be shared, or should all be renamed, but then to what?
Given this unclarity what "save as" actually entails, the most simple option seems to be to leave it up to you to copy the directory and all the files that you think are part of the project.
Cheers,
Marcel
On Friday, May 11, 2012 10:03:46 AM UTC+2, Mo wrote: