timeStamps

Return timestamp information.

Timestamps are returns in a format dictated by the file-system. For example NTFS keeps UTC time, while FAT timestamps are based on the local time.

  1. FS.Stamps timeStamps(cstring name)
    timeStamps
    (
    cstring name
    )
  2. void timeStamps(cstring name, Time accessed, Time modified)

Meta