Layouts directory in SharePoint 2007

浪子不回头ぞ 提交于 2019-12-24 19:31:10

问题


I have MOSS 2007. I can't find any _layouts directory.

Do I have to create it or do some configuration?

I need it because I have to add a JavaScript (.js) file to it according to this link: http://weblogs.asp.net/wesleybakker/archive/2009/03/05/select-multiple-list-items-in-sharepoint-feature.aspx

Edit:

For me - C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12 directory has only one folder called bin. There is no layouts directory. Where is it?


回答1:


THe _layouts folder is the LAYOUTS folder in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE folder.




回答2:


C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Layouts

The underscore is only used in urls.

Note that adding files to the system directly (without creating a solution package) is generally not a good idea.



来源:https://stackoverflow.com/questions/2130780/layouts-directory-in-sharepoint-2007

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!