mdm.Application.Library |
Methods |
The following table lists the methods for the Application.Library class |
Method | Description | Availability |
---|---|---|
Application.Library.extractAllToDir() | Extracts all packed files to the specified directory. | ![]() ![]() ![]() |
Application.Library.extractAllToDirAsync() | Extracts all packed files to the specified directory. This is asynchronous version of mdm.Appli... | ![]() ![]() ![]() |
Application.Library.extractAllToExecPath() | Extracts all packed files to the same directory as the Projector. | ![]() ![]() ![]() |
Application.Library.extractAllToExecPathAsync() | Extracts all packed files to the same directory as the Projector. This is asynchronous version... | ![]() ![]() ![]() |
Application.Library.extractToExecPath() | Extracts a packed file to the same directory as the Projector. | ![]() ![]() ![]() |
Application.Library.extractToExecPathAsync() | Extracts a packed file to the same directory as the Projector. The 'extractedFile' parameter m... | ![]() ![]() ![]() |
Application.Library.extractToFile() | Extracts a specified packed file to the specified destination. | ![]() ![]() ![]() |
Application.Library.extractToFileAsync() | Extracts a specified packed file to the specified destination. This is asynchronous version of ... | ![]() ![]() ![]() |
Application.Library.extractToVar() | Extracts a the specified file directly to a variable. | ![]() ![]() ![]() |
Application.Library.extractToVarAsync() | Extracts a the specified file directly to a variable. This supports only text-based data. This ... | ![]() ![]() ![]() |
Events |
The following table lists the events for the Application.Library class |
Method | Description | Availability |
---|---|---|
onComplete | This event is delivered to registered listene... | ![]() ![]() ![]() |
onIOError | This event is delivered to registered listene... | ![]() ![]() ![]() |