bool SaveAlbumToFlash(string)

Saves the album to internal flash memory.

Security

Trust Level Required: High Trust

Parameters

Name Description
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.SaveAlbumToFlash())
    alert('Failed to save album!');

Requirements

KioWare for Windows version 8.16 or greater.