Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pointing to my desktop with getfile
Message
 
À
08/10/2007 03:50:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01259339
Message ID:
01259341
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>is it possible to point to my desktop with a command like getfile()
>
>thnx.
oWSH            = CREATEOBJECT([WSCRIPT.SHELL])
lcCurrentFolder = oWSH.CurrentDirectory
lcDeskTop       = oWSH.SpecialFolders(4)
cd (lcDeskTop)
? GETFILE()
cd (lcCurrentFolder)
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