Page 1 of 1

"Paste as" without prefix?

Posted: 16 Feb 2016 16:40
by Megalith
If I try to paste (for example) a new junction, there is a "Junction to" prefix added to the folder/file name by default. Is there any way to change that?

Re: "Paste as" without prefix?

Posted: 16 Feb 2016 16:52
by TheQwerty
There is an INI-tweak CreateJunctionPrefix that allows you to modify this to whatever you desire.
By default it is set to an empty string but changing it to a space should remove the prefix:

Code: Select all

CreateJunctionPrefix=" "
Instructions for how to tweak XY can be found here: http://www.xyplorer.com/faq-topic.php?id=tweak

Re: "Paste as" without prefix?

Posted: 16 Feb 2016 16:57
by Megalith
Thanks, it looks like there is even an option there to skip the rename prompt altogether.