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

Reply via email to