Set the path to the source file.
This instruction is used by the TapeTrack INI Engine.
SetFile(filepath);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
filepath | String | Path to the file that will be processed. If no SetFile and no SetODBC specified engine will default to stdin. | 1 | 256 |
Set the input file to c:\data\tapetrack\control-t.txt.
SetFile("c:\data\tapetrack\control-t.txt");