Re: File names for client interfaces

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: File names for client interfaces
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE4764FC@algol.sollentuna.se
обсуждение исходный текст
Ответ на File names for client interfaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: File names for client interfaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
>Here are the open items I found in the current SSL discussion:
>
>---------------------------------------------------------------
>------------
>
>remove the leading dot from file names
>find local directory on NT-based systems using SHGetFolderPath()
>  use "Application Data" or just the user home directory
>  what to use on Win 9x?  no function and no %USERPROFILE%

This needs to be SHGetSpecialFolderPath(). Note the "special". To work
on older versions of Windows as well.

This API above is fully supported on 98 and ME, as well as 2000, XP and
2003. Supported on 9x and NT4 if you have IE 4.0 or later installed
(which is also needed for almost anything else on these platforms
today).

>  Win98 has:
>    TMP=C:\WINDOWS\TEMP
>    TEMP=C:\WINDOWS\TEMP
>    PROMPT=$p$g
>    winbootdir=C:\WINDOWS
>    COMSPEC=C:\WINDOWS\COMMAND.COM

Is your 98 installed with multiple user profiles? IIRC (and it was long
ago, so I can be wrong) yuo can install it either for multiple users
with logins (ok, ok, ctrl-esc gets you past the login, but hey, it gives
you your own desktop at least) *or* singleuser system.


//Magnus

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] More SSL questions..
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [BUGS] More SSL questions..