os - Windower/packages GitHub Wiki
This library provides functions for making operating system calls.
local os = require('os.ext')❗ Dependency Required
To use this library, you must include
osin themanifest.xmlfile for your package:<dependency>os</dependency>