Hi, I'm having trouble with the fact that win32file.FindFirstChangeNotification seems to not like network paths. (Or at least that is what I concluded after getting the following traceback)
Traceback (most recent call last): File "C:\Python23\lib\threading.py", line 436, in __bootstrap self.run() File "c:\GSP\Instr\Common\Utilities\LogBrowser\LogFileReaderThread.py", line 59, in run False, FILE_NOTIFY_CHANGE_SIZE) error: (1, 'FindFirstChangeNotification', 'Incorrect function.') Now, I what to indicate to the user that this is not possible. A direct UNC path is no problem \\foo\bar\blarg.baz ..but how do i find out if let's say X:\foo\bar\blarg.baz is a local path or in fact a mapped network path? /Simon _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32