Function utimesSync

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

    Parameters

    • path: PathLike
    • atime: string | number | Date
    • mtime: string | number | Date

    Returns void