Bug 171944

Summary: Can't create directory when file of the same name exists
Product: [Applications] kfile Reporter: Richard Hartmann <richih-kde>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: apaku
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Richard Hartmann 2008-10-01 09:19:42 UTC
Version:            (using KDE 4.1.1)
OS:                Linux
Installed from:    Debian testing/unstable Packages

I am not sure if I am filing against the correct component, file re-file if needed.

When you try to create foo/ from the Save As dialog of Konqueror and foo exists, it fail, claiming the directory exists, already.

I suspect it's using -e or some such instead of -d, so it should be easy enough to fix.
Comment 1 Richard Hartmann 2008-10-01 09:21:15 UTC
I was forced to file against 4.1.1 as 4.1.2 does not exist in bts. Now, I can't change the version. Bleh.

Long story short, this happened on 4.1.2.
Comment 2 Andreas Pakulat 2008-10-01 10:37:58 UTC
I suspect I'm missing something, but last time I checked it wasn't possible to have a file and directory with the same name in the same directory. So either you left out something in your description, or this is an invalid bugreport.
Comment 3 Richard Hartmann 2008-10-01 12:11:42 UTC
I should not file bug reports while sick. You are right, of course.

Apologies.