[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: How to copy a file from directory A to diectory B?
|
See chapter 17 "Workspace and Resources API" at http://eclipsefaq.org
Chris
"Rodrigo Pimenta Carvalho" <pimenta@xxxxxxxxx> wrote in message
news:cn06ka$thb$1@xxxxxxxxxxxxxx
> Hi.
>
> My plugin allows the final user to choose a png file from a determinated
> path. It is possible by means an open file dialog. This dialog retuns me
> the path.
>
> Now, I need copy such file to another path. This another path is a
> constant, like "C:\".
>
> how to codify this in my plugin?
>
> Ps: the paths are out of my workspace place.
>
> Thanks,
>
> Rodrigo.
> -----------
>