FS.timeStamps

Set the accessed and modified timestamps of the specified file.

  1. Stamps timeStamps(const(char)[] name)
  2. void timeStamps(const(char)[] name, Time accessed, Time modified)
  3. Stamps timeStamps(const(char)[] name)
  4. void timeStamps(const(char)[] name, Time accessed, Time modified)
    struct FS
    version(Posix)
    static
    void
    timeStamps
    (
    const(char)[] name
    ,,)

Meta