[Gambas-user] STAT doc mismatch with 'LastModified'
nando
nando_f at ...1382...
Fri Sep 1 11:57:36 CEST 2006
I'm assuming STAT.LastUpdate (in IDE) is the same as STAT.LastModified (from wiki)
-Fernando
>From the Wiki 'STAT' page
-----------------------------------------------------------------------------------------
Stat (gb)
This class represents all the information returned by the system about a specific file.
Symbols
This class is not creatable.
Properties
Group Hidden LastAccess LastChange LastModified Link Mode Path Perm
SetGID SetUID Size Sticky Time Type User
See also
Stat
-----------------------------------------------------------------------------------------
>From the IDE:
WITH Stat(application.Path &/ config.cfg)
remember_timestamp = .last? <--'LastModified is not listed, but there is a LastUpdate
END WITH
-----------------------------------------------------------------------------------------
More information about the User
mailing list