format
boolean saveImage(String path) throws EveException
description
Saves an image to disk.
parameters
path - the full path and filename of the image to create on disk
path
returns
TRUE - if the save was successful
TRUE
FALSE - if the save failed
FALSE
throws
The saveImage() method throws an EveException if the save fails.
saveImage()
EveException