[Gambas-user] Stat class (gb)

Hans Lehmann hans at gambas-buch.de
Fri Jun 8 12:41:42 CEST 2018


Hello,

I have a question about the Stat class (gb).

I use:

Dim FileInfo As Stat

FileInfo = Stat(sFilePath)

Print Stat(sFilePath).Auth     --->   rwxrw-r--
Print Stat(sFilePath) mode     --->   500

How is the result 500 to be evaluated?
Which property of a file is characterized by .mode?

With kind regards

Hans


More information about the User mailing list