Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default file location changes after using the mapi
Message
From
11/07/2003 10:20:44
 
 
To
11/07/2003 09:34:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809183
Message ID:
00809197
Views:
19
>Whenever i use the mapi function in my project for sending emails.
>
>immedeately my default file location changes to this
>
>
>"c:\program files\common files\system\mapi\1033\nt" from "c:\myproject"
>
>Could you please tell me how to revert the default location back to "C:\myproject"
>
>Thank you very much.

As far as I can see it is only the signon() that changes the current directory
** sign On to Mapi
local olddir
olddir = fullpath(curdir())

this.OleSession.SignOn

cd (OldDir)
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform