Page 1 of 1

[Solved]Case sensitive problem withTag when moving copy file

Posted: 25 Oct 2016 09:12
by xnmp
When i copy folder , if the folder name is from source is different from the target ,for example the source folder's name is "list" while the target is "LIST" (uppercase)
( i copy "list" folder and overwrite with "LIST" folder )
e:/source/list
e:/target/LIST
although the files are copied to the LIST folder , but the tag is written to "list" ,the character case is different ,so the tag does not display in xyplorer
the tag will be
e:/source/list/k.jpg|0|||||||h004
while it should be
e:/source/LIST/k.jpg|0|||||||h004

so i want to ask for fixing this problem ,so xyplorer will write the tag correct to the actual existing directory when copy/move file
Thanks

Re: Case sensitive problem with Tag when moving copy file

Posted: 25 Oct 2016 09:30
by highend
Moved to bug reports...

Re: Case sensitive problem with Tag when moving copy file

Posted: 25 Oct 2016 10:17
by admin
Good bug! :tup: Fix comes...

Re: Case sensitive problem with Tag when moving copy file

Posted: 25 Oct 2016 10:47
by xnmp
Thank you very much ,highend and admin
i'm so glad to see that :mrgreen:

Re: Case sensitive problem with Tag when moving copy file

Posted: 01 Nov 2016 07:18
by xnmp
admin wrote:Good bug! :tup: Fix comes...
Hi again,i'm not sure if you forgot to fix it, so i just want to remind that the latest version (17.30) has not fixed this problem yet
I hope it will be fixed in near future :mrgreen:
Thanks

Re: Case sensitive problem with Tag when moving copy file

Posted: 01 Nov 2016 16:36
by admin
I fixed. Works fine here. Bug gone.

Where is still the bug?

Re: Case sensitive problem with Tag when moving copy file

Posted: 01 Nov 2016 22:52
by xnmp
admin wrote:I fixed. Works fine here. Bug gone.

Where is still the bug?
hi the issue happen when i do this :
i have two files
e:\source\list\c\t.jpg comment field "new"
e:\target\List\C\t.jpg comment field "old"
i do custom copy with "copy tag on copy operation"
folder copied "e:\source\list"
existing folder "e:\target\List"
(that mean i copy "list" folder from "e:\source\" to "e:\target" folder and overwrite the "e:\target\List" folder)
you can see the "list" and "List" is in different case
and their subfolder "c" and "C" is in different case ,too (the issue caused by this)
after replaced the comment of e:\target\List\C\t.jpg should be displayed as "new" but it is still "old"
after copied ,i saved setting and open tag.dat and see that tag

Code: Select all

e:\target\List\c\t.jpg|0|||||||new
that means xy change from "list" to "List" (in tag.dat) (it's fine here)
but its subfolder "c" is not changed ,it is still "c" while it should be "C" ,that 's why the tag is not displayed (issue here)
sorry for my bad english

Re: Case sensitive problem with Tag when moving copy file

Posted: 02 Nov 2016 07:23
by admin
Thank you! Confirmed! Fix comes...

Re: Case sensitive problem with Tag when moving copy file

Posted: 02 Nov 2016 07:56
by xnmp
Thank you very much :mrgreen: !