Function utimes

  • Change the access and modification times of the file path. The times are specified in milliseconds since 1970. Return 0 if OK or -errno.

    Parameters

    • path: string
    • atime: number
    • mtime: number

    Returns Result<Success>

Generated using TypeDoc