SlideShow.GetImagePath

string SlideShow.GetImagePath ( 

string ObjectName,

number Position )

Example 1

-- Get the path to slide 5.
path = SlideShow.GetImagePath("SlideShow1", 5);

-- Show the path in a dialog message.
Dialog.Message("Slide Path", path);

Gets the path to the slide image at index 5 in the "SlideShow1" slideshow object and shows its value in a dialog message.

See also:  Related Actions