elvisangelaccio requested changes to this revision. elvisangelaccio added inline comments. This revision now requires changes to proceed.
INLINE COMMENTS > knewfilemenu.cpp:915 > > + if (QDir (url.toLocalFile()).exists()) { > + showCannotCreateFolderErrorDialog(name, i18n("A folder with this > name already exists here.")); This breaks creation of non-local folders, because `QDir(QString())` always exists. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17617 To: ngraham, #dolphin, elvisangelaccio Cc: elvisangelaccio, Codezela, kde-frameworks-devel, michaelh, ngraham, bruns