M
majestik666
Am not sure if it's been asked before (did a search but didn't come up
with anything
related...).
I'm trying to write some code to "collapse" image sequences into
a single item , i.e.:
image.1.exr
image.2.exr
....
image.100.exr
into
image.[1-100].exr
This is for display only so i do not show up 100 files but only one
as some file managers do.
Anyone got any info on doing this quickly ?
I use Boost already in my app, so I guess the regex boost lib could
help
but not really sure of the most efficient way of doing it
with anything
related...).
I'm trying to write some code to "collapse" image sequences into
a single item , i.e.:
image.1.exr
image.2.exr
....
image.100.exr
into
image.[1-100].exr
This is for display only so i do not show up 100 files but only one
as some file managers do.
Anyone got any info on doing this quickly ?
I use Boost already in my app, so I guess the regex boost lib could
help
but not really sure of the most efficient way of doing it