dos_imagelist - dalefugier/DOSLib GitHub Wiki

Returns a list to all raster images in the active document.

Syntax

(dos_imagelist)

Returns

A list of string identifying the raster images in the active document if successful.

nil on error.

Example

Command: (dos_imagelist)
("C:\\Users\\dale\\Pictures\\image1.jpg" "C:\\Users\\dale\\Pictures\\image2.jpg")