Hey,
You can use dynamic expression to achieve that :
@concat(pipeline().parameters.FileName,adddays(pipeline().TriggerTime,10))
where below represents the 10 days diff
adddays(pipeline().TriggerTime,10)
Note : you would also have to concat the file extension at the end