Hi Linda,
page 494 of the specification
"...
- An enterprise bean must not use the java.io package to attempt to access files and directories in the file system.
The file system APIs are not well-suited for business components to access data. Business components should use a resource manager API, such as
JDBC, to store data.
..."
[ ]s
Gustavo