Function futimesAsync

  • Change the file system timestamps of a file.

    Parameters

    • fd: number

      file descriptor

    • atime: TimeLike

      last access time

    • mtime: TimeLike

      last modified time

    Returns Promise<void>

Generated using TypeDoc