<?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[QFile exist int system32 dir]]></title><description><![CDATA[<p dir="auto">I need to know is exist some file or not. But the function returns false on an existing file<br />
Path to file C:\Windows\System32<br />
Files VBAME.DLL, VEN2232.OLB and many other files.</p>
<p dir="auto">What can i do with this?</p>
]]></description><link>https://forum.qt.io/topic/12469/qfile-exist-int-system32-dir</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 11:39:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/12469.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Dec 2011 10:12:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QFile exist int system32 dir on Thu, 22 Dec 2011 10:36:56 GMT]]></title><description><![CDATA[<p dir="auto">I resolve my problem.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/qstring">@<bdi>QString</bdi></a> getWindowsDir()<br />
{<br />
WCHAR dir[MAX_PATH];<br />
SHGetFolderPath(0, CSIDL_WINDOWS, NULL, 0, dir);<br />
return QString::fromUtf16(reinterpret_cast&lt;ushort*&gt;(dir));<br />
}</p>
<p dir="auto">QString path = getWindowsDir() + "\SysNative\" + file;@</p>
]]></description><link>https://forum.qt.io/post/121544</link><guid isPermaLink="true">https://forum.qt.io/post/121544</guid><dc:creator><![CDATA[stima_ua]]></dc:creator><pubDate>Thu, 22 Dec 2011 10:36:56 GMT</pubDate></item><item><title><![CDATA[Reply to QFile exist int system32 dir on Thu, 22 Dec 2011 10:29:36 GMT]]></title><description><![CDATA[<p dir="auto">Hm...<br />
I know why))... but i don't know how do something like this %windir%\Sysnative</p>
]]></description><link>https://forum.qt.io/post/121543</link><guid isPermaLink="true">https://forum.qt.io/post/121543</guid><dc:creator><![CDATA[stima_ua]]></dc:creator><pubDate>Thu, 22 Dec 2011 10:29:36 GMT</pubDate></item></channel></rss>