Image.GetFilename

string Image.GetFilename ( 

string ObjectName )

Example 1

image_path = Image.GetFilename("Slide Show");

Stores the full path of the image currently loaded in the "Slide Show" image object in the variable called image_path.

See also:  Related Actions