file is repeated in paper folder because of letter case

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

file is repeated in paper folder because of letter case

Post by yusef88 »

Code: Select all

paperfolder("x", "C:\Windows\regedit.exe", "|", "als"); 
 paperfolder("x", "c:\Windows\regedit.exe", "|", "als");
 paperfolder("x", "C:\WINDOWS\REGEDIT.EXE", "|", "als");
To see the attached files, you need to log into the forum.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: file is repeated in paper folder because of letter case

Post by yusef88 »

"explicit save only". can this option work on only one paper and not apply it globally

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: file is repeated in paper folder because of letter case

Post by admin »

Cannot reproduce.
No.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: file is repeated in paper folder because of letter case

Post by yusef88 »

strange, I changed the system local to English and I can still reproduce it. thank you.

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: file is repeated in paper folder because of letter case

Post by admin »

Is your system maybe case-sensitive? (HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\obcaseinsensitive = 0 ???)

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: file is repeated in paper folder because of letter case

Post by yusef88 »

obcaseinsensitive=1 the default value should be 0?
I guess the default value is 1

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: file is repeated in paper folder because of letter case

Post by admin »

Yes.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: file is repeated in paper folder because of letter case

Post by yusef88 »

here's how I figured out the problem, I moved the Downloads folder to d:\downloads this is how it written in regedit.

when drag a file form Downloads to a paper it will be D:\downloads\file. but if add it by script it will be d:\downloads\file
anyway, it's not a big thing

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: file is repeated in paper folder because of letter case

Post by admin »

Ah, I can repro it when "explicit save only" is OFF.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: file is repeated in paper folder because of letter case

Post by yusef88 »

good :tup:

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: file is repeated in paper folder because of letter case

Post by admin »

... and fixed it. :)

Post Reply