I have a Winform App that is currently in production. It runs several reports to PDF and puts them on a shared drive. In this process it creates several directories and places these PDF's in the proper Directory.
I can copy the files to a SharePoint location, I just can’t create the Directories. How can I create a SharePoint Directory without having SharePoint installed on my machine? Is it Possible?
I’m using VS2010 and from what I’m reading I can’t install SharePoint on my machine because I am running on a 32bit OS
EDIT: I’m still pretty new to SharePoint 2010 so I may not have the terms down yet. I have a Document Library set up on our site. When I am in that DL on SharePoint I can click on the Library tab at the top of the page and go to “Open with Explorer.” With the explorer open, I can right click and create a folder. I can also paste all my files with their folder structures. So, maybe what EtherDragon suggest with using the dll’s might work, I’ll have to see if I can get my hands on them.