File Connection

gravatar

cell

Creates a connection to a file with the absolute path c:\myfile.txt.

published 09.07.12

last updated 09.07.12


Share

                            


<Biml xmlns="http://schemas.varigence.com/biml.xsd">
    <Connections>
        <FileConnection Name="MyFileConnection" FilePath="C:\myfile.txt" RelativePath="true" FileUsageType="CreateFile" />
	</Connections>
</Biml>
                        
You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

There are no comments yet.