...
Insert excerpt |
---|
| BrightScript Version Navigation Menu |
---|
| BrightScript Version Navigation Menu |
---|
nopanel | true |
---|
|
This object contains functions for realizing files (i.e. extracting files from an asset pool and placing them into the standard file directory). Realizing a complete asset pool is not recommended because the process can be slow. Instead, the
recommended practice for using files in an asset pool is to retrieve the pool file location using roAssetPoolFiles objectscript should retrieve pool file locations using the roAssetPoolFiles object and use them to refer to files directly. The roAssetRealizer object is still useful for realizing files that must be in the root directory to work (e.g. autorun and firmware update files).
Object Creation: The roAssetRealizer object requires two parameters upon creation: an roAssetPool object and a destination directory.
...