[Gambas-user] Btime in gambas Stat class
Martín Belmonte
mbelmonte at belmotek.net
Mon Sep 20 17:44:19 CEST 2021
Hi is possible extend the Stat.class [1] in order to have btime like
statx [2]?
/* The following fields are file timestamps */
struct statx_timestamp stx_atime; /* Last access */
struct statx_timestamp stx_btime; /* Creation */
struct statx_timestamp stx_ctime; /* Last status change */
struct statx_timestamp stx_mtime; /* Last modification */
[1] http://gambaswiki.org/wiki/comp/gb/stat?nh&nl
[2] https://www.man7.org/linux/man-pages/man2/statx.2.html
Best regards
Martín.
More information about the User
mailing list