Hello, I am adding existing files to my web application. The directory structure is fairly complex. Is there a way to add this entire directory structure without manually adding each folder and file to the application?
A:
When you select a file/folder, choose 'Add as link' instead of 'Add'
psychotik
2009-08-17 08:05:00
I can't seem to find the 'Add as Link' command. When I right click on the folder in solution explorer I only get the add menu item with the new item, existing item or folder options.
jim
2009-08-17 08:15:25
Yes, say add existing item, select the files, then next to the 'add' button there's a little triangle, which makes a further drop-down with 'add as link', you can use this to add existing items which are not 'under' the current directory.
Brian
2009-08-17 08:29:35
+1
A:
Select the project you want to add the directory and files to and click on the button at the top of the solution explorer called "Show All Files" (the second one from the left). This should show you all of the files on disk, whether or not they are included in your solution.
If you now find the directory you want to include, you can right-click on it and select "Include in Project". This will include the directory and everything inside of it.
adrianbanks
2009-08-17 08:18:55