So taking everyone's advice in my "How safe is your source?" thread, I've decided to install SourceSafe. So far it's going okay (better than I expected), but I'm at the point where I want to add my project. On my local PC I have a folder called WebSite1. I want to add the whole folder structure to SourceSafe. I have access to the VSS database I created on the server, in VSS Explorer. Under WebSite1 is App_Code, App_Data, Bin (folders), plus files like web.config and login.aspx, and I want that whole structure checked in to SourceSafe and to be the project. How do you do this? I tried dragging the whole WebSite1 folder and all it did was add individual files. All I can find out how to do is add files. What about projects and folders?

Thanks.