Previous Topic: HINT32 GetFileSize(void)

Next Topic: void SetFileAgent( LPTSTR szRemoteMachineName, LPTSTR szRemoteUserName, LPTSTR szRemotePassword, LPTSTR szClientPath, LPTSTR szPortNumber )


bool CopyFileData()

Copies file data.

Owning Class

CaFormAttachment

Arguments

None

Return Value

Returns true on success, false on fail

Exceptions

Throws CaException on error.

Example

bool bResult = FormAttachment.CopyFileData();

More information: