bool SaveAlbum(string, string)

Saves the album to disk.

Security

Trust Level Required: High Trust

Parameters

Name Description
filePath string
The path on disk for where the album should be saved.
deviceName (Optional) string
The name of the device to perform an operation on.

Return

Returns true if the album was saved, false otherwise.

Examples


if(!KioOmronHVC.SaveAlbum('C:\\path\\to\\album.dat'))
    alert('Failed to save album!');

Requirements

KioWare for Windows version 8.16 or greater.