FS.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. Stamps timeStamps(cstring name)
    struct FS
    static
    timeStamps
    (
    cstring name
    )
  2. void timeStamps(cstring name, Time accessed, Time modified)

Meta