File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 476
476
;;; For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link.
477
477
(field $size $filesize)
478
478
;;; Last data access timestamp.
479
+ ;;; This can be 0 if the underlying platform doesn't provide suitable
480
+ ;;; timestamp for this file.
479
481
(field $atim $timestamp)
480
482
;;; Last data modification timestamp.
483
+ ;;; This can be 0 if the underlying platform doesn't provide suitable
484
+ ;;; timestamp for this file.
481
485
(field $mtim $timestamp)
482
486
;;; Last file status change timestamp.
487
+ ;;; This can be 0 if the underlying platform doesn't provide suitable
488
+ ;;; timestamp for this file.
483
489
(field $ctim $timestamp)
484
490
)
485
491
)
You can’t perform that action at this time.
0 commit comments