Форум: "Начинающим";
Текущий архив: 2006.05.21;
Скачать: [xml.tar.bz2];
ВнизОшибка "Ambiguous overloaded call to FileSetDate " Найти похожие ветки
← →
Юрий © (2006-05-05 13:14) [0]При выполнении следующего кода:
procedure SetFileDateTime(const FileName: String; FileDateTime: TDateTime);
begin
FileSetDate(FileName, DateTimeToFileDate(FileDateTime));
end;
Почему?
Спасибо.
← →
Cashmare © (2006-05-05 13:27) [1]function FileSetDate(Handle: Integer; Age: Integer): Integer;
← →
Юрий © (2006-05-05 13:40) [2]Хм... А оф. справка говорит так:
Delphi syntax:
On Windows:
function FileSetDate(Handle: Integer; Age: Integer): Integer; overload;
Cross-platform:
function FileSetDate(const FileName: string; Age: Integer): Integer; overload;
Или cross-platform, почему то не доступен?
Страницы: 1 вся ветка
Форум: "Начинающим";
Текущий архив: 2006.05.21;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.013 c