A sequence can house a list of filenames describing for example a stack of images. Is it possible to get a list of the filenames stored in such a sequence?
In the class Sequence, there is a routine called getSeries() which gives us access to the currently selected image (I guess). The only way I foresee, is to loop through the n images, using an algorithm like: