Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default file location changes after using the mapi
Message
De
11/07/2003 10:20:44
 
 
À
11/07/2003 09:34:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00809183
Message ID:
00809197
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform