Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fullpath() not working
Message
De
02/03/2004 14:38:58
 
 
À
02/03/2004 05:26:22
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00882238
Message ID:
00882425
Vues:
23
Hi Hilmar,

I wondered about that myself, but since I'm making an exe that will be downloaded and installed on anyone's computer, I have no choice. InstallShield uses the user's default Program Files folder.

Do you know of a way around it?
I finally just quit using fullpath() and just tack curdir() on to the frontof the filename.


>I have noticed in the past that spaces in path names cause problems, and should therefore be avoided. Perhaps this is causing problem here. In your case, it is the space in "Program Files".
>
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform