Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name of Folder
Message
From
03/05/2009 16:19:17
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01397677
Message ID:
01397685
Views:
74
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
Previous
Reply
Map
View

Click here to load this message in the networking platform