how to append a file directory and its contents in a jTextArea

how will i display the contents of this file and file directory in a jTextArea or ...let's say it will display the content of "c:/AutoArchive2007-05-24.csv" in a jTextarea

say this file"c:/AutoArchive2007-05-24.csv"contains the ff:details

-

user:jeff AutoArchive-Process Started at Thu May 24 15:41:54 GMT+08:00 2007

and ended at Thu May 24 15:41:54 GMT+08:00 2007

--

Message was edited by:

ryshi1264

[460 byte] By [ryshi1264a] at [2007-11-27 5:28:00]
# 1
use the append(...) to append data to the text area.
camickra at 2007-7-12 14:50:00 > top of Java-index,Java Essentials,Java Programming...