Function lutimes

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

    Parameters

    • path: PathLike
    • atime: TimeLike
    • mtime: TimeLike

    Returns Promise<void>