Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 509 Bytes

File metadata and controls

30 lines (28 loc) · 509 Bytes

CopyFile

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