Function utimes

  • Change file timestamps of the file referenced by the supplied path.

    Parameters

    • path: PathLike
    • atime: number | Date
    • mtime: number | Date
    • cb: Callback = nop

    Returns void