Also is the web server root directory the place where you put your site files and later acces them with localhost/file_name in the browser?
this is the path to the web root directory c:\wamp\www
you can create different projects by adding different folders to this directory and call them like:
localhost/project1 from browser
this will run the index.html or index.php, lying inside project1