Re: [Gambas-user] A question about FileView

2015-09-25 Thread Jorge Carrión
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 : > > > To go to the parent: > > FileView1.Dir = "/path/to/parent" > > To find out what the parent is:

Re: [Gambas-user] A question about FileView

2015-09-25 Thread Moviga Technologies
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 quest

[Gambas-user] A question about FileView

2015-09-24 Thread 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.sour