Run Method

Top  Previous  Next

Is used to send LocalFileName file from the PC to the HostFileName in the host if Direction property is set to 0=Send, or vice versa if Direction property is set to 1=Receive.

 

Visual Basic Syntax

 

IndFile.Run()

 

Delphi Syntax

 

IndFile.Run();

 

 

See also Direction property, Receive method, Send method.