D16249: Warn user before copy/move job if the file size exceeds the maximum possible file size(4 GB) in FAT32 file system
Nathaniel Graham
noreply at phabricator.kde.org
Thu Oct 18 19:42:26 BST 2018
ngraham added a comment.
Maybe we could cache the value of `KFileSystemType::fileSystemType()` somewhere so we don't need to calculate it again for every file, since it's the same for every one.
INLINE COMMENTS
> job_error.cpp:249
> + case KIO::ERR_FILE_TOO_LARGE_FOR_FAT32:
> + result = i18n("The file named %1 cannot be transferred because it's size is greater than 4 GB,"
> + " and the destination's filesystem does not support files that large.", errorText);
it's -> its
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D16249
To: shubham, ngraham, elvisangelaccio, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181018/b50dad1f/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list