D11204: Support NTFS hidden files

Kai Uwe Broulik noreply at phabricator.kde.org
Sat Mar 10 13:36:51 GMT 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: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180310/8c7ebcdc/attachment.htm>


More information about the kfm-devel mailing list