Page 1 of 1

Directory Select Dialog

Posted: Fri Aug 07, 2009 2:46 pm
by ConvertFromOldNGs
by Jade Dude >> Tue, 14 Oct 2003 20:34:28 GMT

Is there a way to show a directory selection dialog box?

On my application i want to have the user click a browse button and when they do a dialog box will open where they can select a directory from a list of directories. When its finished it should return the path to that directory.

I know about the CMDFileSave but it returns a filename not a directory.

Is there anyway to get around this??

Re: Directory Select Dialog

Posted: Fri Aug 07, 2009 2:46 pm
by ConvertFromOldNGs
by cnwdad1 >> Tue, 14 Oct 2003 21:18:53 GMT

Try the browseForFolder or browseForServerFolder methods on the FileFolder class.

regards,
darrell.

Re: Directory Select Dialog

Posted: Fri Aug 07, 2009 2:46 pm
by ConvertFromOldNGs
by Jade Dude >> Wed, 15 Oct 2003 5:49:02 GMT

Thanks that was what I was after :)