[Gambas-user] Btime in gambas Stat class
Benoît Minisini
g4mba5 at gmail.com
Mon Sep 20 21:39:20 CEST 2021
Le 20/09/2021 à 17:44, Martín Belmonte a écrit :
>
> 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.
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
Mmm... statx() is a Linux-specific system call for non-POSIX attributes.
I must think about that...
--
Benoît Minisini
More information about the User
mailing list