Re: Request: Test suite for EFS.



> I'm guessing that the file name passed to efs_open is a colon (:)
> seperated string composed of filesystem-filename, embedded-filename,
> and driver.  Possibly something like this /data/compdoc.efs:/tmp/cia.txt:fsys.
> 
> I think you can choose the driver by appending a colon prefixed string to the
> filename (i.e. fsys) or the efs_open call will autodetect what it is opening,
> although all these conjectures are based on about a five second look at the code.

>From my quick tests efs_open takes a compound file and returns and EFSFile *.
you then pass this pointer into efs_file_open, with a filename of the file
inside the compound file. I've not tried your way, but it looks overly
complicated...

iain



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]