Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select a directory 1

Status
Not open for further replies.

Sadoscar

Instructor
Oct 18, 2005
6
LT
Helo
Would you like to help me to get a directory using a directory dialogue of a API windows
Thinks.
 
Why do you need WIndows API to get a directory? You can use

IF FILEDIALOG('Choose a Directory', SEL:DirName, , FILE:LongName+FILE:KeepDir+FILE:Directory)
...
END

This will provide a dialog to choose a directory and store the selected directory i.e. full path in the SEL:DirName variable which should have be defined earlier in Local Data.

HTH-Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top