On Mon, 16 Jun 2003 06:33:01 -0700, "Louis Sumberg"
<
[hidden email]> wrote:
>Just a reminder, there's already a set of packages that wrap much of the
>functionality of the Windows Shell, including the function below. See
>
http://www.dolphinharbor.org/dh/projects/shell/index.html for more info.
>
>-- Louis
Thanks, that's good to know. Less code to write is better :)
>"Sergei Gnezdov" wrote
>> I am trying to call shell32.dll function:
>>
>> HRESULT SHGetFolderPath(HWND hwndOwner,
>> int nFolder,
>> HANDLE hToken,
>> DWORD dwFlags,
>> LPTSTR pszPath
>