Am Dienstag, 1. Februar 2005 20:11 schrieb Andreas Vox:

> Exportdata: 
> 
>   Is it ok if I add another member "snippets" to this structure?

What would this member do (and of what type would it be)? The purpose of 
ExportData is to collect data (currently only files) from the insets that 
need some common treatment (currently invoking the mover and check for 
overwrite).

>   How do I create external files in a new subdirectory?

You could create a

ExportData::addExternalDir(string const & format, string const & dir)

method and use that to record all desired subdirectories. Then you could 
simply call ExportData::addExternalFile() with the desired filename, 
including the subdirectory part. And of course you'll need something like

vector<string> ExportData:externalDirs(string const & format)

and use it, but you get the idea.

>   Who is willing to commit the patch once it is ready? :-)

I'd do that immediately if we were not in bugfix-only mode, but since we 
are I am not the one to decide that. OTOH it would probably be ok with 
me, but I also really want to have a released 1.4.0 ASAP.


Georg

Reply via email to