Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 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.47 MB
Время: 0.014 c
3-94764
rosl
2003-05-12 03:26
2003.05.29
открыть excel


1-94826
Ghost
2003-05-19 13:12
2003.05.29
Как вставить в image картинку из потока ?


14-95103
Дмитрий К.К.
2003-05-12 05:30
2003.05.29
Именинники 12 мая


6-94985
moorcat
2003-03-31 10:45
2003.05.29
Proxy


1-94885
neon45
2003-05-15 22:57
2003.05.29
Как сделать, чтобы запускалась только одна копия КОНСОЛЬНОГО прил