D11204: Support NTFS hidden files
Roman Inflianskas
noreply at phabricator.kde.org
Sat Mar 10 10:00:12 GMT 2018
rominf added inline comments.
INLINE COMMENTS
> anthonyfieroni wrote in kfileitem.cpp:1116-1136
> Indeed this should be done in different way, about me
>
> std::uint64_t attr;
> length = getxattr(fileName, attrName, &attr, sizeof attr);
> if (length <= 0) {
> return false;
> }
I wish your code to work, but it doesn't. I took an inspiration from `attr`: http://git.savannah.nongnu.org/cgit/attr.git/tree/tools/getfattr.c#n235 and http://git.savannah.nongnu.org/cgit/attr.git/tree/tools/getfattr.c#n169.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D11204
To: rominf, #dolphin, #frameworks
Cc: anthonyfieroni, broulik, #frameworks, #dolphin, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180310/7610729e/attachment.htm>
More information about the kfm-devel
mailing list