[Gambas-user] Questions
Benoit Minisini
gambas at ...1...
Mon Aug 28 23:11:18 CEST 2006
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?
Regards,
--
Benoit Minisini
More information about the User
mailing list