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(const(char)[] name)
    timeStamps
    (
    const(char)[] name
    )
  2. void timeStamps(const(char)[] name, Time accessed, Time modified)

Meta