How to get a FileOutputStream written directly to NotesRichTextFeild

Hi,

I am altering some Java (I’m noob with java) code that writes files to directory then attaches them to a Notes Document. No problems there.

It turns out the structure of the file system changes from server to server (no surprise really). We therefore would like to write the files directly to a richtext field in a Notes Document.

Is it possible to specify a notesrichtext field as a parameter in the FileOutputStream object?

If so what is the syntax?

TIA

Subject: *Why not just get the location of the Notes data dir, write your files to that, attach them, then delete?

Subject: True!

Argh,

Absolutely… I have been away too long…

Thanks