<table><tr><td style="">broulik added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11204">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Can you point me out to appropriate files?</p></blockquote>

<p>Sure, I think you want to add your code to <tt style="background: #ebebeb; font-size: 13px;">kio/src/ioslaves/file/file_unix.cpp</tt> (it already has a Unix-specific file) in the <tt style="background: #ebebeb; font-size: 13px;">listDir</tt> method:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">if (ntfshidden) {
    entry.insert(KIO::UDSEntry::UDS_HIDDEN, true);
}</pre></div>

<p>(Note that this stuff runs out of process so you might need to kill the <tt style="background: #ebebeb; font-size: 13px;">file.so</tt> executable rather than just Dolphin when you test it)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11204">https://phabricator.kde.org/D11204</a></div></div><br /><div><strong>To: </strong>rominf, Dolphin, Frameworks<br /><strong>Cc: </strong>elvisangelaccio, ltoscano, anthonyfieroni, broulik, Frameworks, Dolphin, michaelh<br /></div>