[Gambas-user] A question about FileView
Moviga Technologies
moviga at ...3488...
Fri Sep 25 09:03:06 CEST 2015
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
More information about the User
mailing list