[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Conversion: from "Image" to "File"
|
"Bob Foster" <bob@xxxxxxxxxx> ha scritto nel messaggio
news:d7vnk8$n2l$1@xxxxxxxxxxxxxxxxxxx
> Barli wrote:
>> Thanks for the tip, but I don't want to save the image on hard disk!
>> I want to save it on a "file" in the sense of a file type java variable!
>> Any idea how to do it?
>> Many thanks,
>
> Do you mean java.io.File? That's nothing but a path.
Yes, I mean java.io.File.
So when I want to save something on a "file" type, it has to be stored on
hard disk first? Because I have to give the path to the file object?