File
<Biml xmlns:Pamlico="http://schemas.mariner.com/pamlico" xmlns="http://schemas.varigence.com/biml.xsd">
<!-- Creates a connection to a file with the absolute path c:\myfile.txt. -->
<Connections>
<FileConnection Name="MyFileConnection" FilePath="C:\myfile.txt" RelativePath="true" FileUsageType="CreateFile" />
</Connections>
</Biml>