Вниз
Скачать: CL | DM;

Размещение папки Windows   Найти похожие ветки 

 
VinRaider ©   (2003-01-25 17:54) [0]

Как програмно определить в какой папке(по какому пути) находится папка Windows? Ведь не всегда C:\Windows\... Заранее спасибо.


 
Song ©   (2003-01-25 18:12) [1]

GetWindowsDirectory(), логично, не правда ли? :)


 
Ich Hasse ©   (2003-01-25 22:29) [2]

function GettingWinDirectory: string;
var
Len: Cardinal;
pStr: PChar;
begin
pStr:=nil;
Len:=256;
try
pStr:=StrAlloc(Len);
GetWindowsDirectory(pStr,Len);
Result:=pStr;
finally
if pStr<>nil then StrDispose(pStr);
end;
end;


 
Anatoly Podgoretsky ©   (2003-01-25 23:18) [3]

VinRaider © (25.01.03 17:54)
Стыдно не стало?


 
VinRaider ©   (2003-01-26 08:33) [4]

Anatoly Podgoretsky © (25.01.03 23:18)
Не важно откуда ты идешь, важно КУДА ты идешь!


 
Nick_N_A ©   (2003-01-28 05:44) [5]

evrimoment variables> %winbootdir%



Страницы: 1 вся ветка

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



Память: 0.45 MB
Время: 0.012 c
1-76450
Leran2002
2003-03-11 15:34
2003.03.24
Lotus Notes 5


8-76522
Gayrus
2002-12-13 10:30
2003.03.24
Bass


8-76514
roman_tutov
2002-12-07 18:28
2003.03.24
Video for Delphi:)


1-76393
Slonic75
2003-03-13 10:02
2003.03.24
Скрытие окна


3-76368
AlexA
2003-03-06 16:04
2003.03.24
Раскрытие DBLookupCobboBox




   Наверх