I have sharepoint 2003 running and in it i have a document library. I would like to write a custom vb.net app that goes to my document library and downloads all the files in it with a pre-determined prefix.
i.e. Download all the files that start with 123 to my harddrive from my sharepoint portal. And in doing so i would get a list of files like so:
123_Health.xml
123_Profile.xml
123_Recreation.xml
Has anyone done this before? I havent a clue how to even start, anything would be greatly appreciated. Is there a Sharepoint API i can use in vb.net?
i.e. Download all the files that start with 123 to my harddrive from my sharepoint portal. And in doing so i would get a list of files like so:
123_Health.xml
123_Profile.xml
123_Recreation.xml
Has anyone done this before? I havent a clue how to even start, anything would be greatly appreciated. Is there a Sharepoint API i can use in vb.net?