Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fullpath() not working
Message
De
01/03/2004 23:26:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Fullpath() not working
Divers
Thread ID:
00882238
Message ID:
00882238
Vues:
53
I'm using VFP 7.0

When I compile my exe, fullpath() quits working properly.
Before running the exe I move my developement folder so the exe cannot find it.
I move c:\myFolder to c:\Temp\myFolder
I run the exe from "c:\Program Files\my2ndFolder"
lparameters tcText
local lcText, lcFile

lcFile = 'myFile.HTML'
lcText = TEXTMERGE( tcText ,.T. )
STRTOFILE( lcText ,lcFile )

lcFile = FULLPATH( lcFile )
return lcFile
This returns "c:\myFolder\myFile.HTML", even though "c:\myFolder" doesn't exist.
I've verified that curdir() = "c:\Program Files\my2ndFolder".
I have "use default directory" unchecked in my options.
If it returned "c:\Program Files\my2ndFolder\myFile.HTML", I would infer that it wasn't finished saving it on disk.

TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform