UDC > New - How do I make the source path portable/ relative?
The variable <xynewitems> and its other <xy...> siblings are not recognized.
No portable source-path for UDC-New?
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: No portable source-path for UDC-New?
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:
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');
XYplorer Beta Club