Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.034 c
3-94755
трюм
2003-05-07 11:57
2003.05.29
почему различия?


3-94775
off
2003-05-08 08:27
2003.05.29
Почему не срабатывает UPPER?


1-94904
Navi
2003-05-11 19:23
2003.05.29
Состояние InplaceEdit в StringGrid


1-94883
Григорий Поваров
2003-05-16 16:48
2003.05.29
Создание нового объекта из данного


14-95010
Arch-vile
2003-05-12 22:50
2003.05.29
Мастера Делфи




   Наверх