Re: [python-win32] detect mapped network path

2005-07-03 Thread Simon Dahlbacka
On 7/1/05, Paul Moore <[EMAIL PROTECTED]> wrote: > On 7/1/05, Simon Dahlbacka <[EMAIL PROTECTED]> wrote: > > On 7/1/05, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > > ..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? > > > > > > win

Re: [python-win32] detect mapped network path

2005-07-01 Thread Paul Moore
On 7/1/05, Simon Dahlbacka <[EMAIL PROTECTED]> wrote: > On 7/1/05, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > ..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? > > > > win32api.GetLogicalDriveStrings() may also help. > > I was goin

Re: [python-win32] detect mapped network path

2005-06-30 Thread Simon Dahlbacka
On 7/1/05, Mark Hammond <[EMAIL PROTECTED]> wrote: > > ..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? > > win32api.GetLogicalDriveStrings() may also help. I was going to say that it does not help, but then I found win32file.GetDrive

Re: [python-win32] detect mapped network path

2005-06-30 Thread Mark Hammond
> ..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? win32api.GetLogicalDriveStrings() may also help. Mark ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/l

Re: [python-win32] detect mapped network path

2005-06-30 Thread Tim Golden
| [Simon Dahlbacka] | | | | On 6/30/05, Tim Golden <[EMAIL PROTECTED]> wrote: | | > [Simon Dahlbacka] | | > | I'm having trouble with the fact that | | > | win32file.FindFirstChangeNotification seems to not like | | network paths. | | > | | > I don't quite understand why this is happening, but t

Re: [python-win32] detect mapped network path

2005-06-30 Thread Tim Golden
[Simon Dahlbacka] | | On 6/30/05, Tim Golden <[EMAIL PROTECTED]> wrote: | > [Simon Dahlbacka] | > | I'm having trouble with the fact that | > | win32file.FindFirstChangeNotification seems to not like | network paths. | > | > I don't quite understand why this is happening, but to | > answer your

Re: [python-win32] detect mapped network path

2005-06-30 Thread Simon Dahlbacka
On 6/30/05, Tim Golden <[EMAIL PROTECTED]> wrote: > [Simon Dahlbacka] > | 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 rec

Re: [python-win32] detect mapped network path

2005-06-30 Thread Tim Golden
[Simon Dahlbacka] | 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 4

[python-win32] detect mapped network path

2005-06-30 Thread Simon Dahlbacka
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