Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
File()
Divers
Thread ID:
00862385
Message ID:
00862385
Vues:
49
LOCAL cEmployeesFolder , xFile

cEmployeesFolder = Addbs(Addbs(oApp.cEmployeeImagesFolder) + "_" + Transform(employees.Id))
If Not Directory(cEmployeesFolder)
Md (cEmployeesFolder)
Endif

xFile = cEmployeesFolder + "300x350.jpg"

*-- For a file that does not exist this next test will fail
*-- That is to say that the block is not executed
If Not File(xFile)
*-- This next line fails to execute when the var xFile does not exist
xFile = Addbs(oApp.cEmployeeImagesFolder) + "camera.jpg"
Endif

BUT the watch window reports
File(xFile) is .F.
NOT File(xFile) is .T.


Why would this happen ?
Greg Foote
Software At Work, Inc.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform