Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Works as designed
-
2.5.6, 2.6.3
-
None
Description
Current Situation
A YADE Job makes use of the Node Properties
- P1=\\share\lib\input
- P2=profile1
In the YADE profile the target directory is assigned the value: ${P1}
When the job is executed,then the target directory is used like this: \share\lib\input
This is wrong as one leading backslash has been eaten.
Desired Behavior
When a YADE job is executed, then the target directory \\share\lib\input will be used that preserves leading backslashes.