D29610: [kio_file] Handle renaming file 'A' to 'a' on FAT32 filesystems
    David Faure 
    noreply at phabricator.kde.org
       
    Sat May 16 09:27:53 BST 2020
    
    
  
dfaure accepted this revision.
dfaure added a comment.
This revision is now accepted and ready to land.
  OK, at least we'll have moved the code to the right place :-)
INLINE COMMENTS
> ahmadsamir wrote in file_unix.cpp:1052
>   const QByteArray dest1 = "/mnt/fat32/A";
>   const QByteArray dest2 = "/mnt/fat32/a";
>   QT_STATBUF buff_dest;
>   qDebug() << QT_LSTAT(dest1, &buff_dest);
>   qDebug() << QT_LSTAT(dest2, &buff_dest);
> 
> IIUC, from FAT32 POV, 'A' exists if 'a' exists and vice versa.
You're right.
REPOSITORY
  R241 KIO
BRANCH
  l-qfile-rename (branched from master)
REVISION DETAIL
  https://phabricator.kde.org/D29610
To: ahmadsamir, #frameworks, dfaure
Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200516/2b81491c/attachment.htm>
    
    
More information about the Kde-frameworks-devel
mailing list