Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getdir() default start up folder
Message
De
20/01/2004 14:22:28
 
 
À
20/01/2004 11:53:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00868584
Message ID:
00868686
Vues:
15
Hi Bob,

With GETDIR(), you can specify a starting position, for example...
GETDIR('c:\somefolder\anotherfolder\')
This will bring up the tree view with that folder preselected, instead of the default "c:\".

This could also be accomplished by setting the current directory...
CD c:\somefolder\anotherfolder\
GETDIR()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform