<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; Folder</title>
	<atom:link href="http://www.fordevs.com/tag/folder/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>To get the path of temp folder in c#</title>
		<link>http://www.fordevs.com/2008/09/to-get-path-of-temp-folder.html</link>
		<comments>http://www.fordevs.com/2008/09/to-get-path-of-temp-folder.html#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Folder]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/09/to-get-the-path-of-temp-folder-in-c.html</guid>
		<description><![CDATA[System.Environment.GetEnvironmentVariable&#40;&#34;TEMP&#34;&#41; &#160; or &#160; System.IO.Path.GetTempPath&#40;&#41; above syntax gets the TEMP folder path of the system. have a look about system.environment.getenvironmentvariable from the msdn link. Subscribe to the comments for this post? Tweet This! Share this on del.icio.us Digg this! Add this to DZone Share this on Facebook Email this via Gmail Add this to Google [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/09/to-get-path-of-temp-folder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create New Folder Using C#.Net</title>
		<link>http://www.fordevs.com/2008/09/create-new-folder-using-cnet.html</link>
		<comments>http://www.fordevs.com/2008/09/create-new-folder-using-cnet.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Folder]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/09/create-new-folder-using-cnet.html</guid>
		<description><![CDATA[System.IO.Directory.CreateDirectory(&#8220;D:\TempFolder&#8221;); This will create a new folder by name &#8220;TempFolder&#8221; in D drive. Subscribe to the comments for this post? Tweet This! Share this on del.icio.us Digg this! Add this to DZone Share this on Facebook Email this via Gmail Add this to Google Bookmarks Post on Google Buzz Share this on LinkedIn Submit this [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/09/create-new-folder-using-cnet.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

