Thanks Moviga. I knew that. What I want is to see te .. (dot dot) in screen
and go to the parent by making click or double_click on it...

Regards.


2015-09-25 9:03 GMT+02:00 Moviga Technologies <mov...@mykolab.ch>:

>
>
> To go to the parent:
>
> FileView1.Dir = "/path/to/parent"
>
> To find out what the parent is:
>
> If InStr(FileView1.Dir, "/", 1) Then Print Split(FileView1.Dir,
> "/").Reverse()[1]
>
> (this will not work if Dir= "~")
>
> Den 25.09.2015 07:50, skrev Jorge Carrión:
>
> > I don't know if this is a silly question, but...
> >
> > There is some way to see the .. (parent directory) on a FileView?
> >
> > Regards
> >
> ------------------------------------------------------------------------------
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to