[Gambas-user] Questions

Charlie Reinl Karl.Reinl at ...9...
Mon Aug 28 23:40:30 CEST 2006


Am Montag, den 28.08.2006, 23:11 +0200 schrieb Benoit Minisini:
> On Monday 28 August 2006 22:41, Charlie Reinl wrote:
> > Salut Benoît,
> >
> > 1 gambas-1.9.40 .
> > I can't find  the 'copy from dialog' in New Projects
> 
> What are you talking about? Copy another project?
> 
> I didn't implement this feature because I never use it, so I forgot.
> 
> Anyway, you just have to copy the project directory by hand, and rename it, 
> that's it. 
> 
> 
> >
> > 2 gambas-1.0.17
> >
> > how can I show the rights from a file like 'rw-rw-r--'
> >
> >         WITH Stat(sPath &/ sThisFile)
> >             Other1.Text(nI, 2, .Size)
> >             Other1.Text(nI, 3, Format(.Time, gb.GeneralDate))
> >             Other1.Text(nI, 4, .Perm["."])
> >         END WITH
> > I think the Stat is broken, because .Perm[".User"] & .Perm[".Group"]
> > (Others don't exists) and I tried many cases of .Perm["*.???"], always
> > reported only the Users rights.
> 
> Did you try Stat(...).Perm.Group, Stat(...).Perm.User and Stat(...).Perm.Other 
> as explained in the documentation?

No, that I didn't, I always variated .Perm[*.Group]. that was the the
documentation of 1.0.17 and the autocomplementation what made me doing.
it like that
> 
> Regards,
> 





More information about the User mailing list