<?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>Bluehorn's Blog &#187; windows</title>
	<atom:link href="http://www.landschoff.net/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.landschoff.net/blog</link>
	<description>Ramblings of Torsten Landschoff</description>
	<lastBuildDate>Sun, 07 Nov 2010 18:24:29 +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>Windows MAX_PATH limitation</title>
		<link>http://www.landschoff.net/blog/2009/10/windows-max_path-limitation/</link>
		<comments>http://www.landschoff.net/blog/2009/10/windows-max_path-limitation/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[legacy code]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.landschoff.net/blog/?p=47</guid>
		<description><![CDATA[While writing my last post, I stumbled across the definition of MAX_PATH on Windows: #define MAX_PATH 260 That&#8217;s right, Windows path lengths are limited to 260 chars. I would have expected a lot of problems in big production systems with this limit. Luckily, there is an article in the Microsoft knowledge base with the solution: [...]]]></description>
			<content:encoded><![CDATA[<p>While writing my last post, I stumbled across the definition of <tt>MAX_PATH</tt> on Windows:</p>
<pre lang="c">#define MAX_PATH 260</pre>
<p>That&#8217;s right, Windows path lengths are limited to 260 chars. I would have expected a lot of problems in big production systems with this limit. Luckily, there is an <a href="http://support.microsoft.com/kb/177665">article</a> in the Microsoft knowledge base with the solution:</p>
<blockquote><p>&#8230;, select the folder one level above the folder that returns the error. Right-click the folder returning the error and then click Rename. Rename the folder to reduce the number of characters used in the folder name.</p></blockquote>
<p>Another legacy limitation that will be hard to lift.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landschoff.net/blog/2009/10/windows-max_path-limitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

