Save current project as

Hello, is there a way to simply save the current vc project with a name and directory given in the .Net plugin? I want the current project to be saved via a costum button which gives the project a unified name for my wanted structure and saves it in a directory also given by my plugin.

Best regards

Cedrik

Simply use IApplication.SaveLayout(Uri uri)
You may also want to use IUrlHelper to create the Uri from file system path.