Change the size of a file.
Source position: amigados.pas line 2294
function SetFileSize64( |
fh: LongInt; |
Pos: Int64; |
Mode: LongInt |
):Int64; |
fh |
|
filehandle |
Pos |
|
relative size |
Mode |
|
New size of the file or -1 in case of an error. IoErr() gives additional information in that case.