Layouts directory in SharePoint 2007

2019-08-21 10:52发布

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?

2条回答
Fickle 薄情
2楼-- · 2019-08-21 11:16

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

查看更多
男人必须洒脱
3楼-- · 2019-08-21 11:21

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.

查看更多
登录 后发表回答