bool LoadAlbum(string, string)
Loads the album from disk.
Security
Trust Level Required: High Trust
Parameters
Name | Description |
filePath |
string The path on disk where the album should be loaded from. |
deviceName |
(Optional) string The name of the device to perform an operation on. |
Return
Returns true if the album was loaded, false otherwise.
Examples
if(!KioOmronHVC.LoadAlbum('C:\\path\\to\\album.dat'))
alert('Failed to load album!');
Requirements
KioWare for Windows version 8.16 or greater.