D11204: Support NTFS hidden files

Kai Uwe Broulik noreply at phabricator.kde.org
Sat Mar 10 13:36:52 UTC 2018


broulik added a comment.


  > Can you point me out to appropriate files?
  
  Sure, I think you want to add your code to `kio/src/ioslaves/file/file_unix.cpp` (it already has a Unix-specific file) in the `listDir` method:
  
    if (ntfshidden) {
        entry.insert(KIO::UDSEntry::UDS_HIDDEN, true);
    }
  
  (Note that this stuff runs out of process so you might need to kill the `file.so` executable rather than just Dolphin when you test it)

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D11204

To: rominf, #dolphin, #frameworks
Cc: elvisangelaccio, ltoscano, anthonyfieroni, broulik, #frameworks, #dolphin, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180310/0f13a1f4/attachment.html>


More information about the Kde-frameworks-devel mailing list