[Gambas-user] Questions
Charlie Reinl
Karl.Reinl at ...9...
Mon Aug 28 22:41:27 CEST 2006
Salut Benoît,
1 gambas-1.9.40 .
I can't find the 'copy from dialog' in New Projects
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.
May be you can illuminate me.
Amicalment
Charlie
More information about the User
mailing list