cancel
Showing results for 
Search instead for 
Did you mean: 
2 Replies
Neil KMC
New Member
New Member

Re: $FFwfDoc.inputFileName$ without file extension

Jump to solution
Perfect, thanks!
0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: $FFwfDoc.inputFileName$ without file extension

Jump 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.

Neil KMC
New Member
New Member

$FFwfDoc.inputFileName$ without file extension

Jump to solution

When setting metadata using $FFwfDoc.inputFileName$, is there a way to prevent the file extension from being included?

0 Kudos