It's not a stupid question Charlie,

you can use the DirChooser control that's available in gb.form
You can have a form with that control come up as modal
(so you can't do anything else until you have chosen a directory
 and inside it you can put a dirchooser control

you can get the selected path like this:

tmpPath = DirChooser1.SelectedPath

I hope this helps

Regards
Dimitris

On Thu, Sep 10, 2009 at 12:49 PM, Charlie Reinl <karl.re...@fen-net.de>wrote:

> Salut Benoit,
>
> my be a very stupid question, but for what I'm looking for, is like the
> Dialog.SelectDirectory() ....but when I change into a folder/directory
> I would like to see also the files in that folder/directory.
> And as result the path to the folder/directory is returned.
>
> Reason:
> Choosing an SQLight<n> "Database" or I have to say where all the
> invoices have to be stored.... looking for the right one.
>
>
> --
> Amicalment
> Charlie
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to