views:

75

answers:

1

Hi,

Currently i am using DWS CreateFolder function to create folder on Sharepoint (using C#). But problem i am facing is that:

As per CreateFolder Defination:

http://msdn.microsoft.com/en-us/library/ms774480.aspx

(Def: Creates a subfolder in the document library of the current Document Workspace site)

It is creating folder in current workspace i.e not on url path i am giving.(in my case it is creating folder in Style Library)

My Previous post:

http://stackoverflow.com/questions/2130743/dws-createfolder-files-are-getting-created-on-shareppoint-style-library

Is there any other way to createfolder?

Regards, Jene

+1  A: 

Use "MKCOL" method of "HttpWebRequest" .

Preeti Singh
gr8!! it works.Thanx
Jene