Hi I have a workflow which starts with a Directory Input tool to get “Full Path” (type:V_WString size:32767)
Now an in-stream macro will take that full path and macro's Input Data tool is configured to give Output File Name as Field “Full Path”
Then, after the macro throws the FileName I saw it got truncated as the data type was modified within the macro (type: V_WString, size: 254)
My problem is how to set the macro input size as original directory size so that the path is never truncated….?
I don’t see such a setting inside that batch macro.
Can u help?
----
thanks