Bug 383194 - Dolphin can't differentiate between files and folders.
Summary: Dolphin can't differentiate between files and folders.
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.04.3
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-06 11:01 UTC by winter.weiss
Modified: 2017-08-06 15:31 UTC (History)
1 user (show)

See Also:
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. (24.05 KB, image/png)
2017-08-06 11:01 UTC, winter.weiss
Details

Note You need to log in before you can comment on or make changes to this bug.
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.