timestamp

get file timestamps


Parameters

timestamp file :string

Returns

  • :null
  • :dictionary

Examples

copy
timestamp "README.md" ; => [created:2022-09-21T12:35:04+02:00 accessed:2022-09-21T12:35:04+02:00 modified:2022-09-21T12:35:04+02:00] timestamp "some-file-that-does-not-exist.txt" ; => null

Related