No portable source-path for UDC-New?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Stef123

No portable source-path for UDC-New?

Post by Stef123 »

UDC > New - How do I make the source path portable/ relative?
The variable <xynewitems> and its other <xy...> siblings are not recognized.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: No portable source-path for UDC-New?

Post by TheQwerty »

Currently not possible.

The New UDC doesn't accept any variables for the source other than <curitem>.

Fortunately, you can work around this limitation in the meantime by creating a Run Script UDC instead and calling the new SC with those variables:

Code: Select all

new('New File.txt',,"<xynewitems>\File.txt",'ru');

Stef123

Re: No portable source-path for UDC-New?

Post by Stef123 »

Thank you. Great work-around, works nicely. :beer:

Post Reply