Hello,
Would it be possible to load pictures programmatically, based on an array or list of file names?
The situation is that I can detect programmatically any DICOM files within a directory arborescence, and retrieve the list of full paths of these. Then if I want to open irfanView and load these, the only workable solution I could find was to write that list in a file, then
use the /filelist option referencing that file. However I'd rather skip writing the list to a file and simply load irfanview.
Or did I miss something? Using wildcards works to some degree if the files are all in the same directory.
Would it be possible to load pictures programmatically, based on an array or list of file names?
The situation is that I can detect programmatically any DICOM files within a directory arborescence, and retrieve the list of full paths of these. Then if I want to open irfanView and load these, the only workable solution I could find was to write that list in a file, then
use the /filelist option referencing that file. However I'd rather skip writing the list to a file and simply load irfanview.
Or did I miss something? Using wildcards works to some degree if the files are all in the same directory.
Comment