When setting metadata using $FFwfDoc.inputFileName$, is there a way to prevent the file extension from being included?
Solved! Go to Solution.
The FFCore variable value cannot be changed. However, if one wants to use the variable's value for text (such as in the Watermark node) without the file extension use $FFwfDoc.inputFileName.rtrim(.)$ . This will remove all the text to the right (and including) the "." for the file extension.