Re: [python-win32] remote machine file query

2012-02-14 Thread Tim Golden
On 13/02/2012 22:52, Trevor Rowland wrote: where self.c is a wmi.WMI() connection to a remote machine using my username and password (I am admin) why does the line below ALWAYS return an empty list ??? aFile = self.c.Win32_Directory(Name = "C:\\Users"): print aFile [] I have tried various permu

[python-win32] remote machine file query

2012-02-13 Thread Trevor Rowland
Hi all, I'm new to the list, and have a question: where self.c is a wmi.WMI() connection to a remote machine using my username and password (I am admin) why does the line below ALWAYS return an empty list ??? aFile = self.c.Win32_Directory(Name = "C:\\Users"): print aFile [] I have tried variou