File
representation of this FileResource
. If this FileResource
is backed by a physical file on disk, that file is returned by this call. For non-file based implementations, this call may create a temporary file somewhere on disk, with the data from this resource. The temporary file will be deleted when the application exits. A non-file based implementation should return the same file in multiple calls to {@link #toFile()}, unless the resource has changed in between (e.g. by a call to {@link #write(String)}.
|
|
|
|