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
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
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
> ..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
| [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
[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
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
[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
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