Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FILE() bug
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Divers
Thread ID:
00953909
Message ID:
00954176
Vues:
22
Other way to workaround is to change Path before FILE():
old_path = SET("PATH")
SET PATH TO
? FILE(mv)
SET PATH TO (old_path)
>Don't know if this one has been reported already:
>
>go to a subdirectory
>find a file it contains, e.g. HelloWorld.txt , but that is not on "c:\"
>mv="C:\HelloWorld.txt"
>? File(mv) returns .T. seems to ignore the path..
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform