Modules¶
window.host
getAllLoadedHostModules(ResultCallback<LoadedHostModuleInfo[]>)¶
Retrieves a list of all modules loaded in OBS with their paths and descriptions.
Available since API version 6.5
Data structures: LoadedHostModuleInfo
openFileLocationInHostFileManager(string<filePath>, ResultCallback<success>)¶
Opens the specified file path in the host’s file manager so the user can do something with it.
Available since API version 6.5