NTFS permissions

Alex Martelli aleaxit at yahoo.com
Tue Apr 24 09:53:27 EDT 2001


"Tim Howarth" <tim at worthy.demon.co.uk> wrote in message
news:1af319704a%tim at worthy.demon.co.uk...
    [snip]
> Is there any way to do a generalised API call with win32 ? (Staying in
> Python, I've no/very little knowledge C-wise and certainly none about

Yes, Sam Rushing's "calldll" is oriented to exactly that -- let
you call any DLL routine (including API's) on Win32.  You will
find versions for Python 1.5.2 and 2.0 listed among the very
interesting stuff at http://www.nightmare.com/software.html
(don't know how hard it would be to adapt the 2.0 version to
2.1 -- presumably not terrible).


Alex






More information about the Python-list mailing list