#pas
hFile := FtpFindFirstFile(hFTP, PChar(fn), sRec, 0, 0);
if hFile <> nil then
begin
fileSize := sRec.nFileSizeLow;
InternetCloseHandle(hFile);
end
Ответов: 2125
Рейтинг: 159
|
|||
Полагаю, надо исправить так:
|
|||
карма: 1 |
|