Xbasic
INET::Socket::SendFile Method
Syntax
Result_Flag as L = SendFile(FileName as C [, Flush = .t. as L])
Arguments
- Result_Flag
TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).
- FileName
The path and name of a file to send.
- Flush = .t.
Optional. Default = .T. .
Description
The INET::Socket::SendFile() method sends the specified file.
See Also