D11204: Support NTFS hidden files
Mark Gaiser
noreply at phabricator.kde.org
Sat Mar 10 15:24:40 GMT 2018
markg requested changes to this revision.
markg added a comment.
This revision now requires changes to proceed.
-2 in my opinion.
KFileItem should know nothing about NTFS.
You already have isHidden in there which should handle it.
If it doesn't then you might have found a bug.
See how m_hidden is filled:
const int hiddenVal = m_entry.numberValue(KIO::UDSEntry::UDS_HIDDEN, -1);
m_hidden = hiddenVal == 1 ? Hidden : (hiddenVal == 0 ? Shown : Auto);
If that gives the wrong result then the place that's filling UDS_HIDDEN (in the KIO slave that @broulik point you to.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D11204
To: rominf, #dolphin, #frameworks, markg
Cc: markg, 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/020a5100/attachment.htm>
More information about the kfm-devel
mailing list