Get the path of the last downloaded file

Hello ,

I would like to get the path of the last downloaded file, this in order to read it using org.apache.commons.io.FileUtils.

There would be no easy way out of box to get the path of the last downloaded file. You have to invent a wheel for your self.

This may help:

2 Likes