
- 359 -
ClearFile
Clears the contents of the file that was added by AddFile.
■ Syntax
[VB]
Public Sub ClearFile()
[C#]
public void ClearFile();
■ Parameters
None
■ Return value
None
■ Exceptions
None
[Ex.] Clear the file to be sent.
[VB] MyFileTransfer.ClearFile()
[C#] MyFileTransfer.ClearFile();
Komentarze do niniejszej Instrukcji