<?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[Case sensitive pathname in WIndows]]></title><description><![CDATA[<p dir="auto">How can I get the case sensitive pathname of a file in Windows?<br />
If I use QFileInfo.filePath I get the uppercase notation only.</p>
]]></description><link>https://forum.qt.io/topic/42115/case-sensitive-pathname-in-windows</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 18:49:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/42115.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jun 2014 19:01:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Sat, 28 Jun 2014 18:26:14 GMT]]></title><description><![CDATA[<p dir="auto">What version of Windows and Qt are you using ?</p>
<p dir="auto">Can you show an example of original file path and Qt output ?</p>
]]></description><link>https://forum.qt.io/post/233833</link><guid isPermaLink="true">https://forum.qt.io/post/233833</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 28 Jun 2014 18:26:14 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Sat, 28 Jun 2014 15:48:03 GMT]]></title><description><![CDATA[<p dir="auto">Yes I tried. That does not get the actual case of the path either.</p>
]]></description><link>https://forum.qt.io/post/233826</link><guid isPermaLink="true">https://forum.qt.io/post/233826</guid><dc:creator><![CDATA[erik kruyt]]></dc:creator><pubDate>Sat, 28 Jun 2014 15:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Fri, 27 Jun 2014 20:29:50 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried QFileInfo::canonicalFilePath() ???</p>
]]></description><link>https://forum.qt.io/post/233743</link><guid isPermaLink="true">https://forum.qt.io/post/233743</guid><dc:creator><![CDATA[MuldeR]]></dc:creator><pubDate>Fri, 27 Jun 2014 20:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Fri, 27 Jun 2014 14:08:34 GMT]]></title><description><![CDATA[<p dir="auto">The getFilename method extracts the filename from a tree with project files.<br />
To much code to show. The case of the filenames in the tree does not always match the case of the actual filenames.</p>
]]></description><link>https://forum.qt.io/post/233725</link><guid isPermaLink="true">https://forum.qt.io/post/233725</guid><dc:creator><![CDATA[erik kruyt]]></dc:creator><pubDate>Fri, 27 Jun 2014 14:08:34 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Thu, 26 Jun 2014 21:31:07 GMT]]></title><description><![CDATA[<p dir="auto">Can you show the code where you ask the file from the user ?</p>
]]></description><link>https://forum.qt.io/post/233619</link><guid isPermaLink="true">https://forum.qt.io/post/233619</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 26 Jun 2014 21:31:07 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Thu, 26 Jun 2014 11:30:34 GMT]]></title><description><![CDATA[<p dir="auto">Due to vacation just now!</p>
<p dir="auto">I create a QFileInfo object from a filename supplied by the user.</p>
<pre><code>    QFileInfo fi(getFilename(FileKind::Source,i));
</code></pre>
<p dir="auto">I like to have fi.baseName() with the actual case as in the Windows explorer. This filename is used to generate a make file. Make from Mingw is case senstitive.</p>
]]></description><link>https://forum.qt.io/post/233552</link><guid isPermaLink="true">https://forum.qt.io/post/233552</guid><dc:creator><![CDATA[erik kruyt]]></dc:creator><pubDate>Thu, 26 Jun 2014 11:30:34 GMT</pubDate></item><item><title><![CDATA[Reply to Case sensitive pathname in WIndows on Mon, 02 Jun 2014 21:11:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">What is the input you are giving to QFileInfo ?</p>
]]></description><link>https://forum.qt.io/post/230763</link><guid isPermaLink="true">https://forum.qt.io/post/230763</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 02 Jun 2014 21:11:49 GMT</pubDate></item></channel></rss>