Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible Bug
Message
De
15/11/2001 12:20:21
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Possible Bug
Divers
Thread ID:
00582199
Message ID:
00582199
Vues:
57
This little guy popped up in my APP launcher when I recompiled with VFP7:
local lcFileName

if !directory("Fullpath Bugtest")
	mkdir "Fullpath Bugtest"
endif

set default to "Fullpath Bugtest"
if !file("Test File.txt")
	strtofile("This is a test","Test File.txt")
endif

lcFileName = chr(34)+"Test File.txt"+chr(34)
clear

? "Original Filespec: "+lcFileName
? "Filespec with FULLPATH: "+fullpath(lcFileName)

set default to ".."
Run this in VFP7 and VFP6, SP5 and the results are different.

VFP6, SP5 Version 06.00.8961.00
VFP7 Version 07.00.0000.9262
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform