<?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[Links with spaces in folder name...]]></title><description><![CDATA[<p dir="auto">Sometimes I have in a text file, a link to a file on my computer with spaces in the folder or file name, like this:</p>
<p dir="auto">file:///G:/travel in 2023/TRIP TO BLACK STOOL.NPS</p>
<p dir="auto">Even with “file:///G:/travel in 2023/TRIP TO BLACK STOOL.NPS”, notepad++ does not see it as a link.</p>
<p dir="auto">Notepad works fine if the link has no spaces.</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">Many thanks again!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24971/links-with-spaces-in-folder-name</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 12:18:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24971.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Sep 2023 19:24:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Links with spaces in folder name... on Tue, 26 Sep 2023 19:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29421">@Bob-Haikou</a> ,</p>
<p dir="auto">URIs with spaces in them are supposed to be URL-encoded.  Try <code>file:///G:/travel%20in%202023/TRIP%20TO%20BLACK%20STOOL.NPS</code></p>
<p dir="auto">See the Wikipedia article on <a href="https://en.wikipedia.org/wiki/File_URI_scheme" rel="nofollow ugc">File URI Scheme</a> .</p>
<p dir="auto">Notepad++ correctly recognizes the following standards-compliant file-URI as a link:</p>
<pre><code>file:///c:/program%20files/notepad++/change.log
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1695757725559-d3ddb420-fd3f-4d21-bdd8-817b6575191f-image.png" alt="d3ddb420-fd3f-4d21-bdd8-817b6575191f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Once again, this is actually a URI question, not anything that’s Notepad++ specific.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89530</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89530</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 26 Sep 2023 19:48:47 GMT</pubDate></item></channel></rss>