[Gambas-user] A question about FileView

Jorge Carrión shordi at ...626...
Fri Sep 25 09:41:38 CEST 2015


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 <moviga at ...3488...>:

>
>
> 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 at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list