<?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>TechiesWeb &#187; System.Environment</title>
	<atom:link href="http://www.techiesweb.net/tag/system-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiesweb.net</link>
	<description>Programming tips &#38; tricks,What went wrong while coding,Code snippets,ASP,ASP.NET,PHP,MySQL,SQL Server,jQuery,AJAX</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:22:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get User desktop folder path in C#</title>
		<link>http://www.techiesweb.net/2008/07/get-user-desktop-folder-path-in-c/</link>
		<comments>http://www.techiesweb.net/2008/07/get-user-desktop-folder-path-in-c/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 05:03:53 +0000</pubDate>
		<dc:creator>Shyju</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MicroSoft]]></category>
		<category><![CDATA[Getting User Desktop folder location]]></category>
		<category><![CDATA[System.Environment]]></category>
		<category><![CDATA[User desktop folder path]]></category>

		<guid isPermaLink="false">http://techiesweb.wordpress.com/?p=22</guid>
		<description><![CDATA[How to Get the Path to the User desktop in C#.NET ? Here is the single line Code string strPath=Environment.GetFolderPath(System.Environ ment.SpecialFolder.DesktopDirectory).ToString(); OUTPUT looks like this.. F:\Documents and Settings\Shyju\Desktop]]></description>
			<content:encoded><![CDATA[<p>How to Get the Path to the User desktop in C#.NET ? Here is the single line  Code</p>
<p><span style="color:#0000ff;">string strPath=Environment.GetFolderPath(System.Environ</span></p>
<p><span style="color:#0000ff;">ment.SpecialFolder.DesktopDirectory).ToString();</span></p>
<p>OUTPUT looks like this..</p>
<p><span style="color:#0000ff;">F:\Documents and Settings\Shyju\Desktop</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techiesweb.net/2008/07/get-user-desktop-folder-path-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
