Mark Proctor wrote:
Niklas,
The method names where just illustrative, and I know some of them where
already provided - was just trying to think of a unified api that made
sense for file handling. I see your issue about AbsolutePath, didn't
know about NaitveFileSystemView and eventually I'd want an in memory
view anyway, so agreed I see the problems there. Maybe some URL like
openStream() method for a unversal way to read in the file? In my case I
just want a full proof way to read in the file and send it somewhere
else, and this would provide thatregardless of the underlying storage.
Hopefully we beat you to it :-)
FileObject.createInputStream()
/niklas