On Fri, Jul 22, 2011 at 09:24:38PM +0200, Jonas 'Sortie' Termansen wrote: > * Does Gnash have a built-in way to scan a directory for files? I'll > just write a quick-and-dirty method myself that is portable (tested > with Wine).
Extension::scanDir is the only dir scanner that comes to my mind. It's in libbase/extension.cpp. Boost has a filesystem access interface which we've been thinking about using but didn't to avoid adding another library dependency. If it's just for a testing tool I'd say write your own. --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ Gnash-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnash-dev

