Hi
I dont know how to retrieve a file using native API, you need I/O streams.
An I/O stream represents a stream of data to somewhere, so when you read a stream you are retrieving data from the device it is connected to eg: Keyboard, disk file .
An output Stream (system.out) allows you to send data to the screen), FileWriter allows you to send data to a disk file and so on
Bye
Message was edited by:
charllescuba