NewsArchive
11-26-2009, 03:24 AM
Trying to process a directory structure with Load File List, but only want
to process files which are image types.
How do I handle multiple types?
%MYPATH%/*.bmp;*.jpg;*.jpeg;*.png
doesn't seem to work.
2nd thought...
Is it possible to test a string value against a list? Couldn't find a
command for it, something like
Set Variable %LISTVAR% to "bmp|jpg|jpeg|png"
If %STRINGVALUE% In List %LISTVAR%
End
(Actually, this would be helpful in TONS of places)
Thanks,
-Glenn.
to process files which are image types.
How do I handle multiple types?
%MYPATH%/*.bmp;*.jpg;*.jpeg;*.png
doesn't seem to work.
2nd thought...
Is it possible to test a string value against a list? Couldn't find a
command for it, something like
Set Variable %LISTVAR% to "bmp|jpg|jpeg|png"
If %STRINGVALUE% In List %LISTVAR%
End
(Actually, this would be helpful in TONS of places)
Thanks,
-Glenn.