Главная страница
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.031 c
3-94736
Инна
2003-05-06 02:18
2003.05.29
настоящий ComboBox в DBGride


3-94714
Raduga
2003-05-08 12:01
2003.05.29
Помогите!!! Работа с TADOTable и AdoQuery


11-94778
Garlic
2002-08-26 14:56
2003.05.29
KOleDB


14-95048
Falkton
2003-05-09 03:58
2003.05.29
Записи


3-94674
Avreliy
2003-05-12 16:26
2003.05.29
Non-blob column in table required to perform operation!