<?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>Thu, 08 Jul 2010 10:43:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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:
1#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:
&#8230;, select the [...]]]></description>
			<content:encoded><![CDATA[<p>While writing my last post, I stumbled across the definition of <tt>MAX_PATH</tt> on Windows:</p>
<div class="codecolorer-container c mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="c codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">#define MAX_PATH 260</span></div></td></tr></tbody></table></div>
<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>
