OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: docsaintly on August 05, 2009, 03:13:33 PM

Title: Select Folder Dialog
Post by: docsaintly on August 05, 2009, 03:13:33 PM
Hi all, I looked around and didn't find any specific examples. Is there a way to get only a folder name? It seems that to open any sort of file dialog you have to add a custom one to your project (correct me if i'm wrong). And then you'd have to modify it's options, and check to make sure it's grabbing a directory. Is the windows default directory selector available? The one that's not as big as the file dialog box and only shows a listing of the directories.
Title: Re: Select Folder Dialog
Post by: docsaintly on August 05, 2009, 03:23:09 PM
Nevermind, I found it. (dcl_SelectFolder ...) Plenty of documentation under the help, but at least it's on the forums now too ;)