Skip to content
Neo edited this page Jul 23, 2021 · 5 revisions

IExe

IExe is the class used to create the Exe Object internally. Therefore any instances of IExe will have the same functions & properties as Exe.

Constructor

Syntax

new IExe(path)
Argument Description
path The file to be opened. Any relative paths will be relative to the WARP folder.

Further reading

Clone this wiki locally