Le 11/02/2013 19:45, M. Cs. a écrit :
> Hi Benoit, I think I found the error:
> I was using Dir(DirView1.Current, *"*.*"*, gb.File).Sort() instead of
> Dir(DirView1.Current,* "*"*, gb.File).Sort().
> Although I don't understand why "*.*" wasn't correct.
>
> Csaba
"*" means every file, whereas "*.*
Hi Benoit, I think I found the error:
I was using Dir(DirView1.Current, *"*.*"*, gb.File).Sort() instead of
Dir(DirView1.Current,* "*"*, gb.File).Sort().
Although I don't understand why "*.*" wasn't correct.
Csaba
--
Free
Le 10/02/2013 20:01, M. Cs. a écrit :
> Hi Benoit!
> I am using Gambas3 v. 3.3.4 from Kendek's PPA. I do expect from the Dir()
> function to to list the content of a folder and to put the hits into a
> GridView. In most of the cases it works, but then I am running into a
> situation where I try to
Hi Benoit!
I am using Gambas3 v. 3.3.4 from Kendek's PPA. I do expect from the Dir()
function to to list the content of a folder and to put the hits into a
GridView. In most of the cases it works, but then I am running into a
situation where I try to open a folder, and list its content, it won't
fo
Le 10/02/2013 18:34, Benoît Minisini a écrit :
> Le 10/02/2013 17:42, M. Cs. a écrit :
>> Hi I am working on a batch renamer called Nevezz. The most serious
>> issue I
>> have is that it is not listing the content of a folder properly.
>> The problem is situated at method DirView1_Click(). There ar
Le 10/02/2013 17:42, M. Cs. a écrit :
> Hi I am working on a batch renamer called Nevezz. The most serious issue I
> have is that it is not listing the content of a folder properly.
> The problem is situated at method DirView1_Click(). There are no runtime
> errors, yet the content is sometimes not