Re: Is there a better way of listing Windows shares other than us ing "os.listdir"

2004-12-31 Thread Nick Coghlan
[EMAIL PROTECTED] wrote: Hi David, Thanks for the bit of code on finding shares! I'd been using something a bit different (win32com.client stuff) but your code looks better. I've found that "win32file.FindFilesIterator" (suggested to me by another person on this mailing list) allows the gui to r

RE: Is there a better way of listing Windows shares other than us ing "os.listdir"

2004-12-31 Thread Doran_Dermot
Hi David, Thanks for the bit of code on finding shares! I'd been using something a bit different (win32com.client stuff) but your code looks better. I've found that "win32file.FindFilesIterator" (suggested to me by another person on this mailing list) allows the gui to remain responsive. Using

RE: Is there a better way of listing Windows shares other than us ing "os.listdir"

2004-12-30 Thread Doran_Dermot
listing Windows shares other than us ing "os.listdir" [EMAIL PROTECTED] | I'm currently using "os.listdir" to obtain the contents of | some slow Windows shares. I think I've seen another way of | doing this using the win32 library but I can't find

RE: Is there a better way of listing Windows shares other than us ing "os.listdir"

2004-12-30 Thread Tim Golden
[EMAIL PROTECTED] | I'm currently using "os.listdir" to obtain the contents of | some slow Windows shares. I think I've seen another way of | doing this using the win32 library but I can't find the | example anymore. It may be FindFilesIterator, recently added to the win32file module in pywin