Work with Windows workgroups under Python?
Mondal
msmondal at gmail.com
Tue Jan 3 01:52:11 EST 2006
Hi,
Active Directory is available under NTFS only. If you are running on
the older FAT32, use the win32wnet and win32netcon modules in *Active
Python 2.4*.
You can use the WNetOpenEnum and WNetEnumResource functions in
nested-for-loops to walk through the Network root to the lowest level
of shareable folders, passing through workgroups and hosts.
Regards
More information about the Python-list
mailing list