Re: [python-win32] working Directory get changed-mapi.MAPIInitialize(None)

2008-04-21 Thread Tim Roberts
Antony Joseph wrote: > hi, > > 1. mapi.MAPIInitialize(None) changed the working directory to > "C:\Program Files\Common Files\SYSTEM\MSMAPI\1033". > is there anyway to initialize the MAPI which should not change the > current working directory. where = os.getcwd() mapi.MAPIInitialize(None) os

Re: [python-win32] working Directory get changed-mapi.MAPIInitialize(None)

2008-04-19 Thread Tim Golden
Antony Joseph wrote: > hi, > > 1. mapi.MAPIInitialize(None) changed the working directory to "C:\Program > Files\Common Files\SYSTEM\MSMAPI\1033". > is there anyway to initialize the MAPI which should not change the current > working directory. No. It's a documented "feature": http://support.m

[python-win32] working Directory get changed-mapi.MAPIInitialize(None)

2008-04-19 Thread Antony Joseph
hi, 1. mapi.MAPIInitialize(None) changed the working directory to "C:\Program Files\Common Files\SYSTEM\MSMAPI\1033". is there anyway to initialize the MAPI which should not change the current working directory. Thanks Antony ___ python-win32 mailing