Append Property (Read/Write)

Top  Previous  Next

If set to True, the file to be transferred is appended to the existing one. If the destination file doesn't exist (HostFileName in case of Send method or LocalFileName in case of Receive method), it is treated as new.

If set to False, no append is taken place. If the destination file exists, it is replaced.

 

Visual Basic Syntax

 

IndFile.Append [= Boolean]

 

C# Syntax

 

IndFile.Append; [= bool]