Function utimes

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

    Parameters

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

    Returns Promise<void>