Текущий архив: 2003.05.29;
Скачать: CL | DM;
Вниз
как узнать путь к папке где храняться временные файлы? Найти похожие ветки
← →
нов (2003-05-07 16:35) [0]Собственно сабж.
← →
jel (2003-05-07 17:02) [1]The GetTempPath function retrieves the path of the directory designated for temporary files.
← →
Andrushka (2003-05-08 08:33) [2]function TempPath:String;
var
i:integer;
begin
SetLength(Result,MAX_PATH);
i:=GetTempPath(Length(Result),PChar(Result));
SetLength(Result,i);
end;
← →
Andrushka (2003-05-08 08:36) [3]function TempPath:String;
var
i:integer;
begin
SetLength(Result,MAX_PATH);
i:=GetTempPath(Length(Result),PChar(Result));
SetLength(Result,i);
end;
← →
jel (2003-05-08 10:51) [4]А этот-то вопрос за что в "Потрепаться"?
Страницы: 1 вся ветка
Текущий архив: 2003.05.29;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.007 c