IExe - Neo-Mind/WARP GitHub Wiki

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