<?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[How to wrıte to text file without add resource file?]]></title><description><![CDATA[<p dir="auto">I have a text file that can be modified by the user. When I run my project as .exe, I cannot write to my text file that I added as a resource. I learned resources is read-olny. Is there any way I can do this?</p>
]]></description><link>https://forum.qt.io/topic/140072/how-to-wrıte-to-text-file-without-add-resource-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 04:27:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/140072.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Oct 2022 19:34:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to wrıte to text file without add resource file? on Sat, 15 Oct 2022 21:34:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
well, you write it to a new file and let the user modify that.<br />
On start up, if app sees this new file it uses that instead of the one in the resource.<br />
You can use<br />
<a href="https://doc.qt.io/qt-6/qstandardpaths.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qstandardpaths.html</a><br />
to find good place for the file.</p>
]]></description><link>https://forum.qt.io/post/732725</link><guid isPermaLink="true">https://forum.qt.io/post/732725</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sat, 15 Oct 2022 21:34:49 GMT</pubDate></item></channel></rss>