<Indole>
<Manager>
<Plugin name="OpenFileInterface">
<FileName>src.txt</FileName>
</Plugin>
<Plugin name="CreateFileInterface">
<FileName>dst.txt</FileName>
</Plugin>
<Connection x="0" y="1" size="8192"/>
<Control name="BasicControl">
</Control>
</Manager>
</Indole>graph LR
subgraph src.txt
AR[R]
AW[W]
end
subgraph dst.txt
BR[R]
BW[W]
end
AR-->BW