Текущий архив: 2003.03.24;
Скачать: 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 вся ветка
Текущий архив: 2003.03.24;
Скачать: CL | DM;
Память: 0.47 MB
Время: 0.019 c