Hopefully this is a quick and easy one. I am very green too SSIS and here is my current situation. I have an SSIS package that creates a flat file, there is a variable setup that defines a flat file destination. When I create the XML configuration file it displays the below code. I found where i can change the directory it goes into but for the life of me i can not find how it is creating the actual filename which is "name<currentdate>.txt" and i think that relates to the Properties[Value] below. If anybody has any ideas I would greatly appreciate it.
<Configuration ConfiguredType="Property" Path="\Package.Variables[User::ConnectFileDestination].Properties[Value]" ValueType="String">