Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET PATH in VFP 5.0 doesn't work ??
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
SET PATH in VFP 5.0 doesn't work ??
Divers
Thread ID:
00015976
Message ID:
00015976
Vues:
85
I issue the following commands in my main program

lcDefault = SYS(5) + SYS(2003)
SET DEFAULT TO (lcDefault)
CD (lcDefault)
lcPath = lcDefault + '\data'
SET PATH TO (lcPath)

When I run the program under the VFP IDE, everything works as it should.
However, when I make an EXE, move the EXE to a new directory, place a copy
of the \DATA inside the new directory, and run the EXE, the EXE works with
the original \DATA directory - not the \DATA subdirectory that is located
within the same directory as the EXE.

What am I doing wrong?

Thanx in advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform