Вниз
Скачать: 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.014 c
3-94725
edst
2003-05-08 12:48
2003.05.29
Как организовать фильтрацию данных в SQL


3-94699
Tolik_temp
2003-05-07 22:39
2003.05.29
DBEDIT aka MaskEdit


3-94737
Yakudza
2003-05-07 20:41
2003.05.29
Список парметров процедуры


1-94858
Sensor
2003-05-19 23:59
2003.05.29
ShellExecute + PopupMenu


8-94969
AngelSaint
2002-12-20 09:45
2003.05.29
Как программировать Sound Blaster




   Наверх