Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name of Folder
Message
De
03/05/2009 16:19:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01397677
Message ID:
01397685
Vues:
75
This message has been marked as the solution to the initial question of the thread.
** looking for *.pdf files
cDir=GETFILE('PDF', 'Select a file')
_cliptext=(cDir)    &&put the name of the directory on the clipboard if required
if empty(cDir)
	messagebox(cDir+" does not exist","")
	*put the code to create a new directory
else
	cd (cDir)  && to go to directory 
        *or put your code here to make use of the cDir (directory name)
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform