Varigence, Inc.

Expand Minimize
Biml Snippets
File

<Biml 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>