Hi,
i would like to create a folder in Shareopoint 2007 with c#. Using DWS Web Service.
Code:
dwsFolder.CreateFolder(@"Test_FormLib/myNewFolder");
If I use the program for the first time, i get the message: (No Error) the Second time, i get the message: AlreadyExists
But i do not see the folder on my website!?
What am I doing wrong? Thanks in advance,
Jene