Internet Direct (Indy) Version 9.0.1 Beta
|
function WriteFile(AFile: String; const AEnableTransferFile: boolean): cardinal; virtual;
When AEnableTransferFile is True, Windows NT and Windows 2000 server can increase the efficiency of tile transfer operations, but cannot support TIdIntercept or progress indicators. AEnableTransferFile has no effect on Windows 95 and Windows 98.
WriteFile calls WriteStream using a TFileStream for the file specified in AFile to perform write operations over the connection.