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

Reply via email to