On Tue, Mar 06, 2001 at 08:18:37PM -0600, Dave Seidel wrote:
> Hi,
> 
> I need to call SHGetSpecialFolderPath(), but I don't see a wrapper for
> shlwapi.dll.  Is there any way to do it?  Alternatively, is there any way to
> call an arbitrary Win32 API, like in the Perl Win32::API module?

Hello Dave,

Look at this file:
    win32comext\shell\test\testShell.py 
You should have this in your ActivePython distribution.

It contains an example using SHGetSpecialFolderPath().

Cheers,
Trent


-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to