<?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[Find list of special folders in Windows using Qt]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Is it possible to get a list of the Special Folders in Windows 7 using Qt 4.7.4<br />
I need to know in which directory the Operating System is installed and which folders I have write- access to.<br />
Special Folders will include folders like 'Desktop', 'Program Data', etc....<br />
These folders may or may not be hidden.</p>
<p dir="auto">I appreciate your time and response.<br />
Thank you in advance.</p>
]]></description><link>https://forum.qt.io/topic/13860/find-list-of-special-folders-in-windows-using-qt</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 03:09:15 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/13860.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Feb 2012 08:44:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find list of special folders in Windows using Qt on Wed, 08 Feb 2012 08:53:40 GMT]]></title><description><![CDATA[<p dir="auto">"QDesktopServices":<a href="http://developer.qt.nokia.com/doc/qt-4.8/qdesktopservices.html#storageLocation" target="_blank" rel="noopener noreferrer nofollow ugc">http://developer.qt.nokia.com/doc/qt-4.8/qdesktopservices.html#storageLocation</a></p>
<p dir="auto">For the Windows folder I either would use <em>qgetenv("WINDIR")</em> or native <em>GetWindowsDirectory()</em>.</p>
<p dir="auto">Use <em>QFile</em> or <em>QFileInfo</em> to determine if the directory is writable or not.</p>
]]></description><link>https://forum.qt.io/post/128384</link><guid isPermaLink="true">https://forum.qt.io/post/128384</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 08 Feb 2012 08:53:40 GMT</pubDate></item></channel></rss>