<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Notepad++ Cannot Backup Text files - Windows 10]]></title><description><![CDATA[<p dir="auto">This problem just popped up after the recent Windows 10 updates.</p>
<p dir="auto">Previously, file names that were more than 12 characters (includes spaces) were savable and Notepad++ backed them up in the nppBackup folder without issue.</p>
<p dir="auto">Now, Notepad++ throws up an error popup when trying to save a file that has a 13+ character name.</p>
<p dir="auto">Generally, I can save a files in Windows 10 that have more than 13 characters (ie: 30 characters) , but to get Notepad++ to back these named files as verbose will not work and the error occurs.</p>
<p dir="auto">Error says, “The previous version of the file could not be saved into the backup directory at: …”</p>
<p dir="auto">Any fix for this?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15756/notepad-cannot-backup-text-files-windows-10</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 18:54:38 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15756.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 May 2018 00:13:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ Cannot Backup Text files - Windows 10 on Fri, 11 May 2018 10:55:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mark-warbinek" aria-label="Profile: Mark-Warbinek">@<bdi>Mark-Warbinek</bdi></a></p>
<p dir="auto">I assume you hit the MAX_PATH (260 characters) limit, which means<br />
the amount of characters in the full path is not allowed to exceed 260 chars, might this be?<br />
If so and because you are on windows 10 there <strong>MIGHT</strong>  be a solution.<br />
Stop npp and edit the registry</p>
<pre><code>HKLM\SYSTEM\CurrentControlSet\Control\FileSystem
</code></pre>
<p dir="auto">add a REG_DWORD variable called</p>
<pre><code>LongPathsEnabled
</code></pre>
<p dir="auto">and give it a value of</p>
<pre><code>1
</code></pre>
<p dir="auto">See <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx" rel="nofollow ugc">here</a> for the explanation of this.</p>
<p dir="auto"><em><strong>Note, I don’t have any experience with this key but rumors on the web say<br />
that 32bit applications might have issues when having set this key and using<br />
api calls which do respect that key.</strong></em></p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32199</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32199</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 11 May 2018 10:55:15 GMT</pubDate></item></channel></rss>