Skip to content
RubenatorX edited this page Apr 28, 2020 · 1 revision

This library provides functions for making operating system calls.

local os = require('os.ext')

Dependency Required

To use this library, you must include os in the manifest.xml file for your package:

<dependency>os</dependency>

Clone this wiki locally