0

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?

Amal Murali
  • 75,622
  • 18
  • 128
  • 150
silverkid
  • 9,291
  • 22
  • 66
  • 92

2 Answers2

0

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.

Tom Clarkson
  • 16,074
  • 2
  • 43
  • 51
  • 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 ? – silverkid Jan 25 '10 at 07:23
  • actually, layouts is under templates - however, 12 should contain about 10 subfolders. – Tom Clarkson Jan 25 '10 at 09:53
0

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

Colin
  • 10,630
  • 28
  • 36
  • please see the edit . there is no template folder in my installation. – silverkid Jan 25 '10 at 07:25
  • Then your installation is not complete / something went wrong during installation! Did you run the SharePoint configuration wizard etc after installation? – Colin Jan 25 '10 at 09:45