[haiku-development] Re: Using the Flatten() function

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 29 Jul 2009 16:07:57 +0200 CEST

"Yashasvi A.C." <yashasviac@xxxxxxxxx> wrote:
> file = BFile("..\", "..\MessageStore\", B_READ_WRITE);

Flattening writes into the BDataIO (it's a stream), it doesn't generate 
new files in a folder. You need to open the files you want to flatten 
the BMessage into directly.

Bye,
   Axel.


Other related posts: