2022-12-15 04:00:54 +00:00
|
|
|
---
|
2023-12-26 03:08:29 +00:00
|
|
|
title: Module hilbish.os
|
|
|
|
description: operating system info
|
2022-12-15 04:00:54 +00:00
|
|
|
layout: doc
|
|
|
|
menu:
|
|
|
|
docs:
|
|
|
|
parent: "API"
|
|
|
|
---
|
|
|
|
|
|
|
|
## Introduction
|
2023-12-26 03:08:29 +00:00
|
|
|
Provides simple text information properties about the current operating system.
|
|
|
|
This mainly includes the name and version.
|
2022-12-15 04:00:54 +00:00
|
|
|
|
2023-12-26 03:08:29 +00:00
|
|
|
## Static module fields
|
|
|
|
|||
|
|
|
|
|----|----|
|
|
|
|
|family|Family name of the current OS|
|
|
|
|
|name|Pretty name of the current OS|
|
|
|
|
|version|Version of the current OS|
|
2022-12-15 04:00:54 +00:00
|
|
|
|