<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Progammatically Adding Folders to a SharePoint List</title><link>http://blogs.msdn.com/adamhems/archive/2007/08/30/progammatically-adding-folders-to-a-sharepoint-list.aspx</link><description>This took me longer than it should have to get working as the things I tried first compiled but did nothing: myList.Folders.Add("DoesNotWork", SPFileSystemObjectType.Folder); The way I got it to work in the end was like this: SPList myList = myWeb.Lists["My</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; Progammatically Adding Folders to a SharePoint List</title><link>http://blogs.msdn.com/adamhems/archive/2007/08/30/progammatically-adding-folders-to-a-sharepoint-list.aspx#4653183</link><pubDate>Thu, 30 Aug 2007 22:37:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4653183</guid><dc:creator>MSDN Blog Postings  » Progammatically Adding Folders to a SharePoint List</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/08/30/progammatically-adding-folders-to-a-sharepoint-list/"&gt;http://msdnrss.thecoderblogs.com/2007/08/30/progammatically-adding-folders-to-a-sharepoint-list/&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>