Bug 383194

Summary: Dolphin can't differentiate between files and folders.
Product: [Applications] dolphin Reporter: winter.weiss
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: elvis.angelaccio
Priority: NOR    
Version: 17.04.3   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Shows the dialog that apears when I try to copy the file with the same name as a folder in that directory.

Description winter.weiss 2017-08-06 11:01:45 UTC
Created attachment 107105 [details]
Shows the dialog that apears when I try to copy the file with the same name as a folder in that directory.

Can't copy a file ("Test") with the same name as a folder ("Test") into the same directory ("home").
Comment 1 Christoph Feck 2017-08-06 11:55:09 UTC
You cannot have two filesystem objects with the same name in a directory, even if they have a different type. Why did you expect that it works?
Comment 2 winter.weiss 2017-08-06 12:07:45 UTC
(In reply to Christoph Feck from comment #1)
> You cannot have two filesystem objects with the same name in a directory,
> even if they have a different type. Why did you expect that it works?

I thought I have done it before so I thought that thats a bug, but good to know it's not. Thanks for the explanation.