I been using "File f =
file.getFileSystem().replicateFile(file,Selectors.SELECT_SELF)" to get
the local file but this way doesn't work for empty CD drives. Saying
it does not exist. Is there a way for it to return a File even if it
does not exist?

I used to use getLocalFile() method and that sorta worked. So for now
I fall back to this.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to