<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
  <meta name="Generator" content="Zarafa WebAccess v6.30.14-20002">
  <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  <title>Proposal: Enhanced file system navigation for KDE application under Windows</title>
  <style type="text/css">
      body
      {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        border-style: none;
        background-color: #ffffff;
      }

      p, ul, li
      {
        margin-top: 0px;
        margin-bottom: 0px;
      }
  </style>
</head>
<body>
<p>Hello!</p><p>&nbsp;</p><p>I&#39;ve experimented with a very basic implementation of an alternate Qt file system engine under Windows that uses the file system access routines of the Windows Shell instead of the &quot;ordinary&quot; file system manipulation routines that are tailored to deal with &quot;classic&quot; files and folders residing on physical media on the local machine.</p><p>Essentially, this would enable applications using Qt to navigate the complete content of the Explorer namespace, including &quot;virtual folders&quot; like the system control panel, but also remote network shares, or basically anything that uses ITEMIDLIST data structures to interact with Windows Explorer.</p><p>As of now, I&#39;ve mastered the most basic task of actually navigating a folder/container hierarchy starting from a given point within the Explorer namespace, so I&#39;ve verified combining Qt&#39;s file engine interface&nbsp;and the Explorer namespace is possible.</p><p>&nbsp;</p><p>I&#39;d like to ask for some feedback if this is a priority at all for KDE on Windows (personally I definitely think it is, and should be), and if there&#39;s interest in such a piece of software: How closely should I stick to the layout that Windows Explorer itself imposes on the file system hierarchy? Should I simply replicate it, or has anyone suggestions that I haven&#39;t come up with yet?</p><p>&nbsp;</p><p>With best regards,</p><p>Fabian Aichele</p>
</body>
</html>