Is it possible to create a directory in SharePoint from c# code without using the Microsoft.SharePoint assembly? I would like to create some folders and upload after that few files to them. I think the upload is not the problem. The program should run on a Non-SharePoint machine, so I cannot use the assembly. Any ideas? Greetz.
Edit Or is it possible to add the metadata to the folder, if I create them about the WebDAV of SharePoint?