Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getfile()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01668266
Message ID:
01668272
Vues:
56
>GETFILE() uses the current directory. So - change the current directory then reset it when you're done.
>
>You have to save the original directory anyway because all of VFP's (Windows' really) folder functions change the path when you pick a file or folder from a new location.
>
>
>lcOldPath = SYS(5) + CurDir()
>
>CD (lcStartPath)
>lcFile = GETFILE(...)
>
>CD (lcOldPath)
>
>
>+++ Rick ---
>

Rick,
Thanks
Koen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform