How would you go about adding a Folder to a Project in a Solution. I do know that `IVsProject::AddItem` exists, however I am not sure how this would allow me to add a new Folder? Additionally I would really want to avoid the DTE, if somehow possible.
↧