|
GetWriteTransfer
|
|
|
The GetWriteTransfer method returns total number of bytes transferred in write operations.
C++
long GetWriteTransfer(void);
BASIC
GetWriteTransfer() As Long
Parameters
Method has no parameters.
Return Values
The return value is the total number of bytes transferred in write operations since last reset of the counter.
The return value is 0 if no file is attached to the object.
Remarks
Method returns total number of bytes transferred with Put operations only.
Counter is reset whenever new file is opened or attached to the object.
See Also
GetReadTransfer,
GetTransfer,
ClearReadTransfer,
ClearWriteTransfer,
Reading and Writing Data