Sni embargo la ayuda no es tan pobre... aunque ciertamente carece de ejemplos, es, para mi gusto, bastante clara.
Cita:
|
Empezado por delphi 4 help
FileWrite is an internal routine for writing to files.
...
function FileWrite(Handle: Integer; const Buffer; Count: Integer): Integer;
Description
The FileWrite function writes Count bytes to the file given by Handle from the buffer specified by Buffer. The return value is the number of bytes actually written, or -1 if an error occurred.
Use of non-native Pascal file variable handlers such as FileWrite is discouraged. For more information on which file handling routines to use, see FileOpen.
|
Hasta luego.
