<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get Current Directory while running as WindowsService</title>
	<atom:link href="http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Mon, 03 Oct 2011 12:19:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Admin</title>
		<link>http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html/comment-page-1#comment-8146</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html#comment-8146</guid>
		<description>@Josh 
That is really good idea to use Path.Combine
Thanks.</description>
		<content:encoded><![CDATA[<p>@Josh<br />
That is really good idea to use Path.Combine<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html/comment-page-1#comment-8142</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 02 Aug 2010 19:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html#comment-8142</guid>
		<description>If you are going to go to the trouble to use Assembly.GetExecutingAssembly().Location to get the correct path, why not got the extra few inches and use Path.Combine to get the slashes correct, instead of doing a +@&quot;\myfile.xml&quot;?</description>
		<content:encoded><![CDATA[<p>If you are going to go to the trouble to use Assembly.GetExecutingAssembly().Location to get the correct path, why not got the extra few inches and use Path.Combine to get the slashes correct, instead of doing a +@&#8221;\myfile.xml&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Duncan</title>
		<link>http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html/comment-page-1#comment-2154</link>
		<dc:creator>Eric Duncan</dc:creator>
		<pubDate>Fri, 31 Jul 2009 01:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemeit.com/code-collection/get-current-directory-while-running-as-windowsservice.html#comment-2154</guid>
		<description>Perfect, thank you.  Was needing that tonight for a new service.</description>
		<content:encoded><![CDATA[<p>Perfect, thank you.  Was needing that tonight for a new service.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

