https://bugs.kde.org/show_bug.cgi?id=377978
--- Comment #1 from Christoph Feck <[email protected]> --- This is consistent with POSIX behavior. In a bash shell, doing "mkdir ~" within a directory also says "mkdir: cannot create directory ‘/home/user’: File exists", while "mkdir \~" works. ~ in Unix is your home folder (and ~user is /home/user), so we probably should not silently allow creating directory names that start with a tilde character, but warn instead. -- You are receiving this mail because: You are watching all bug changes.
